﻿body
{
    color:#6ebccd;
    text-align:center;
    font-family:微软雅黑;
    background-color: #152333;
}
a, img {
	border:none;
}
a{
	color:#6ebccd;
	text-decoration:none;
}
/* 顶部 */
#header{
	width:780px;
	height:150px;
	text-align:left;
	margin:25px auto 0px auto;
}


/* 登录 */
#login{
	margin:0 auto;
	width:780px;
	height:22px;
	text-align:right;
}
.loginput{
	width:100px;
	height:12px;
	border:1px solid #1f5a76;
	background:#152333;
	color:#f0f0f0;
	font-size:12px;
}
#login a{
	padding:1px 4px;
}
#login a:hover{
	background:#1f5a76;
}
#login .y{
	color:#fc0;
	font-weight:bold;
}
/* 页尾 */
#footer_copyright{
    clear:both;
	width:780px;
	height:80px;
	line-height:40px;
	margin:0 auto;
	text-align:center;
	color:#fff;
}
#footer_copyright a{
	color:#fff;
	text-decoration:none;
}
#footer_copyright a:hover{
	text-decoration:underline;
}
/* 其他辅助 */
#subnavTop{
	width:770px;
	height:24px;
	background:#737373;
	text-align:left;
	line-height:24px;
	margin:0 auto 10px auto;
	padding:0 5px;
	font-weight:bold;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#subnavTop .green{
	color:#6ebccd;
}
#subnavTop .white{
	color:#fff;
}
#subnavTop img{
	float:left;
	padding:0 5px 0 0;
}
#clear{
	clear:both;
}
/* 未知 */
#container{
	width:780px;
	margin:10px auto;
	text-align:center;
}
#pages span
{
    color:#6ebccd;
}