/*----------------------
      Html Elements  
-----------------------*/
body,p,form,ul,li,h1,h2,h3,h4,h5,div,img,iframe,dl,dd,dt,td,tr,table,input{
	margin:0;
	padding:0;
	border:0;
}
ul li {
	list-style-type:none;
}
.clear{
	clear:both;
}
a,area {
	outline:none;
	text-decoration:none;
} /* for IE */
a{
	color:#E4E6CF;
}
a:hover{
	text-decoration:none;
	color:#AA00FF;
}
:focus {
	-moz-outline-style: none;
} /* for Firefox */ 
form {
	margin:0;
	padding:0;
}

/*----------------------
      Layout  
-----------------------*/
body{
	font-size:14px;
	font-family:Simsun,"宋体",Arial;
	min-width:980px;
	background:#EEF1E2;
}
#out-bg {
	width:100%;
}
#body-bg {
	width:100%;
	background:url(../images/index_bg3.jpg) no-repeat center 500px;
}
#bg {
	width:100%;
	background:url(../images/index_bg2.jpg) no-repeat center 250px; 
}
#out-wrap {
	width:100%;
	background:url(../images/index_bg1.jpg) no-repeat center top;
}
#wrap {
	width:980px;
	margin:0 auto;
	position:relative;
}
#header{
	width:100%;
	margin:0 auto;
	height:461px;
}
#content {	 
	height:210px;
	width:980px;
	margin:0 auto; 
}
#footer {
	height:95px;
	color:#333333;
	line-height:170%;
	font-family:Simsun,"宋体",Arial;
	clear:both;
	font-size:12px;
}
#footer a {
	text-decoration:none;
	color:#333333;
}
.clear {
	clear:both;
}
/*----------------------
      Content  
-----------------------*/
/*******head********/
.logo{position:absolute;width:280px;height:115px;left:350px;top:10px;text-indent:-9999px;}
.topNav{position:absolute;left:670px;top:5px;width:200px;font-size:12px;}
.topNav li{float:left;height:20px;width:65px}
.topNav li a,.topNav li a:visited{text-decoration:none;}
.topNav li a:hover{color:#80404A;text-decoration:underline;}
 
#share{text-align:center;color:#333333;margin-top:10px;width:100%;}
#share a{color:#333333;margin:3px;}

#subtitle{width:98px;height:98px;top:494px;text-indent:-999em;display:block;position:absolute;left:685px;background:url(../images/btn.gif) no-repeat;}
a#subtitle:hover,a#subtitle.current{background-position:-99px 0} 
 
 