html {
	background:url("../images/bodybg.gif") repeat 0 0 #F5F5F5;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
}
#main-wrap {
	width:1000px;
	margin:20px auto 0;
	box-shadow:0 0 3px 0 #8E8E8E;
	border-radius:12px;
	background:#fff;
	color:#333;
}
#head {
	height:55px;
	position:relative;
	margin-bottom:1px;
	padding-left:12px;
}
#logo {
	height:55px;
	width:600px;
	background:url("../images/logo.gif") no-repeat top left transparent;
}
#logo a:link,
#logo a:visited{
	display:block;
	height:55px;
	width:600px;
	text-indent:-9999em;
}
#lang {
	position:absolute;
	bottom:5px;
	left:700px;
}
#lang a:link,
#lang a:visited {
	display:inline-block;
	margin-right:10px;
	padding-left:25px;
	line-height:15px;
	text-decoration:none;
}
#lang a:hover {
	text-decoration:underline;
}
#lang a.en {
	background:url("../images/en.gif") no-repeat 0 0 transparent;
}
#lang a.cn {
	background:url("../images/cn.gif") no-repeat 0 0 transparent;
}
#slider {
	height:300px;
	width:1000px;
	background:#acacac;
	margin-bottom:1px;
}
#slider img {
	display:block;
}
#nav {
	height:30px;
	line-height:30px;
	overflow:hidden;
	background:#2456AD;
	font-size:14px;
}
#nav a:link,
#nav a:visited {
	float:left;
	background:#2456AD;
	padding:0 25px;
	border-right:1px solid #fff;
	color:#fff;
	text-decoration:none;
}
#nav a.on,
#nav a:hover {
	background:#0099D4;
}
#content {
	padding:15px 20px;
}
#pos {
	border-bottom:1px dotted #000;
	overflow:hidden;
	position:relative;
	height:30px;
}
#pos .tt {
	font-size:18px;
	font-weight:bold;
	color:#3596F8;
	position:absolute;
	left:0;
	bottom:2px;
}
#pos .posinfo {
	position:absolute;
	font-size:11px;
	right:0;
	bottom:3px;
}
#footer {
	margin-bottom:20px;
	background:#2456AD;
	text-align:center;
	border-radius:0 0 12px 12px;
	padding:5px 0;
	color:#fff;
	font-size:12px;
}
#toTop	{
	position:fixed;
	display:block;
	width:47px;
	height:47px;
	bottom:10px;
	right:80px;
	background:url("../images/backToTop.jpg");
	opacity:0.7;
	filter:alpha(opacity=70);
}
#toTop:hover {
	opacity:1;
	filter:alpha(opacity=100);
}