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:80px;
	width:802px;
}


#main_img
{
	float: left;
	display: block;
	width: 802px;
	height: 402px;
	background: url('/content/images/main_img.jpg') no-repeat;
}		

#reg
{
	float: left;
	display: block;
	width: 802px;
	height: 372px;
	background: url('/content/images/registrer.jpg') no-repeat;
}
	#emsub 
	{
		float: left;
		display: block;
		margin-top:256px;
		margin-left:45px;
		width:px;
	}

	#email 
	{
		float:left;
		width: 340px;
		height:36px;
		border: 1px solid #515c6a;
		text-align: center;
		font: 25px Tahoma,Verdana,Arial;
		color: #7e8c9a;	
	}

	#submit 
	{
		float:left;
		width:210px;
		height:36px;
		margin-left:15px;
	}
	
#footer
{
	float: left;
	display: block;
	width:802px;
	height: avto;
}

	#menu_agree
	{
		margin:25px;
		text-align: center;
		font: 13px Tahoma,Verdana,Arial;
		color: #fcfaf3;
	}

		 
		#menu_agree a:link, #menu_agree a:active, #menu_agree a:visited {
		color:#fcfaf3;
		text-decoration:underline;
		}
		#menu_agree a:hover {
		text-decoration:underline;
		}
		
		
	#foot_border
	{
		display: block;
		width: 598px;
		height: 6px;
		margin-top:25px;
		background: url('/content/images/foot_border.png') no-repeat;
	}	


