body{
  background: url('/content/images/back.jpg') repeat;
  margin: 0px;
  padding: 0px;
  font-family:Tahoma,Verdana,Arial;
  font-size: 13px;
  color:#b1b1b1;
}

img
{
margin:0px;
padding:0px;
left:0px;
}

#main
{
	margin-top:40px;
	width:1003px;
}

#top 
{
	float:left;
	background: url('/content/images/top.png') top no-repeat;
	width:1003px;
	height:154px;
}

#main_img
{
	float: left;
	display: block;
	width: 1003px;
	height: 348px;
	background: url('/content/images/main_img.jpg') no-repeat;
}		

#reg
{
	float: left;
	display: block;
	width: 1003px;
	height: 294px;
	background: url('/content/images/registrer.jpg') no-repeat;
}
	#emsub 
	{
		float: left;
		display: block;
		margin-top:152px;
		margin-left:529px;
		width: 450px;
	}

	#email {
		width: 440px;
		border: 0px;
		text-align: center;
		font: 25px Tahoma,Verdana,Arial;
		color: #b1b1b1;	
	}

	#submit {
		float:right;
		width:170px;
		height:65px;
		margin-top:10px;
		margin-left:px;
		margin-right:px;
	}
	
#footer
{
	float: left;
	display: block;
	width:1003px;
	height: 155px;
	background: url('/content/images/foot.jpg') no-repeat;
}

	#menu_agree
	{
		margin:25px;
		text-align: justify;
		font: 13px Tahoma,Verdana,Arial;
		color: #b1b1b1;
	}

		 
		#menu_agree a:link, #menu_agree a:active, #menu_agree a:visited {
		color:#b1b1b1;
		text-decoration:underline;
		}
		#menu_agree a:hover {
		text-decoration:underline;
		}
		


