body{
	background:#efefef;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #010101;
}

body a,
body a:visited{
	font-size:14px;
	color:#010101;
	text-decoration:none;
}
body a:hover{
	font-size:14px;
	color:#010101;
	text-decoration:underline;
}

#top{
	background:url(../images/bg_top.png) repeat-x left top;
	width: 100%; 
	height: 164px;
	padding-top:4px;
	margin-bottom:20px;
}
#middle{
	
}
#bottom{
	background:url(../images/bg_bottom.png) repeat left top;
	width:100%;
	height:107px;
	margin-top:40px;
}
#body_login{
	background:url(../images/bg.png) repeat left top;
	padding-bottom:125px;
}	