@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	color:#555;
	font-size:12px;
	font-family:"ËÎÌå";
	background:url(body.jpg);
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong, i{
	margin:0; padding:0; font-style:normal;
}
ul, ol, li, i{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:12px;
}
a{
    color:#555; 
	text-decoration:none;
} 
a:hover{
    color:#FF0000;
	text-decoration:underline;
	blr:expression(this.onFocus=this.blur());
}
/*** General Classes ***/
.clear {clear:both;} 
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
*+html .clearfix {min-height: 1%;}
/*** wrap ***/
.wrap{
	width:990px;
	height:auto;
	margin:0 auto;
}
.mt_10{margin-top:10px;}
.mt_20{margin-top:20px;}
/*** head ***/
.main{
	width:990px;
	height:auto;
	float:left;
}
.bt{
	width:990px;
	height:auto;
	float:left;
}
.copyright{
     width:990px;
	 height:40px;
	 text-align:center;
	 line-height:40px;
	 float:left;
}