@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
}

div{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
}

.mainimg{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
	z-index:10;
}

#formdiv{
	position: absolute;
	width: 310px;
	height: 750px;
	top: 208px;
	left: 600px;
	z-index: 20;
}
