@charset "utf-8";
/* CSS Document */

body {
	background-repeat:no-repeat;
    background-position:center top;
	background-color:#c5c7c6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#login {
	color:white;
	padding:5px;
	font-size:11px;
	width:280px;
	height:20px;
	background-color:#161616;
	text-align:center;
}
#login a {
	color: white;
	text-decoration:none;
}
#login a:hover {
	color:yellow;
}
#header_head {
	height:70px;
}
#wrap{
	margin:0px auto;
	width:1250px;
	height:900px;
}
#footer_wrap a{
	color:#fff;
	text-decoration:none;
}
.login_info p{
	font-weight:bold; 
	font-size:11px; 
	color:#000;
}

