@charset 'gb2312';
/** Reset **/
html,body,div,ul,ol,li {margin:0;padding:0;}
ul,ol {list-style:none;}
/** Basic Style **/
html,body {width:100%;height:100%;font: normal 12px 'ËÎÌå', Verdana, Arial, Helvetica, sans-serif;}
a:link,a:visited {text-decoration:none;}
a:hover,a:focus,a:active {text-decoration:underline;}


#footer {
	height:100px;
	text-align:center;
	background-color:#000000;
	overflow:hidden;
	margin-top: 80px;
}
#footer .copys {
	width:1003px;
	margin-top: 100;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clear {clear:both;height:1px;overflow:hidden;margin-top:-1px;}
