.center {
	width:1200px;
	margin:0 auto;
}
#header {
	overflow:hidden;
	height:128px;
	background:url(../images/headbg.jpg) repeat-x center top;
	min-width:1200px;
	width: auto !important;
	width:100%
}
#logo {
	float:left;
	width:386px;
	position:relative;
	padding-top:16px;
}
#logo strong {
	width:268px;
	height:37px;
	position:absolute;
	top:75px;
	right:0;
	text-indent:-999em;
	background:url(../images/titbg.png) no-repeat left top;
	overflow:hidden;
}
body {
	background-image: none;
}
#loginbox {
	background-color: #0097ff;
	height: 500px;
}

#footer {
	color: #999;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width:1200px;
	width: auto !important;
	width:100%
}
#login {
	padding-top: 130px;
	padding-left: 755px;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:370px
}
#login li {
	height: 32px;
	margin-top: 15px;
	line-height: 32px;
}
#login li span {
	float: left;
	width: 60px;
	text-align: right;
	color: #666;
}
#login li .infos {
	width: 180px;
	line-height: 20px;
	padding: 4px;
	height: 20px;
	border: 1px solid #ccc;
	font-size: 14px;
}

