body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/BG.JPG);
}
body,td,th {
	font-size:12px;
	font-family:"宋体";
	color: #000;
}
a {
	color: #666;
	text-decoration: none;
}
#pages {
	width:100%;
	height:100%;
	margin:0 auto;
}
#head {
	width:100%;
	height:51px;
	margin:0 auto;
	text-align:center;
	background-image:url(/images/top_bg.png)
}
#bg{
	width:1005px;
	height:251px;
	margin:0 auto;
	background-image:url(/images/top.png);
}
#menu {
	width:770px;
	height:20px;
	margin:205px auto 0 auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#menu a {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
#menu a:link {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
#menu a:hover {
	color: #CCC;
	text-decoration: underline;
}
#menu a:active {
	color: #F90;
	text-decoration: underline;
}

#bodys {
	width:1005px;
	height:auto;
	margin:0 auto;
}
#mid {
	width:770px;
	height:auto;
	margin:0 auto;
	background:#ffffff;
}
#left {
	width:170px;
	height:auto;
	margin:0 auto;
	float:left;
}
#right {
	width:550px;
	height:auto;
	margin:35px 20px 0 30px;
	background-color:#f4f4f4;
	float:left;
}
#bottom {
	width:770px;
	height:100px;
	margin:0 auto;
}