@charset "utf-8";
/**/
body{
   margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family: @ËÎÌå;
}
/**/
ul,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7,p{
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
/**/
.none{
	display: none;
}
.block{
	display: block;
}
/**/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	line-height: 0;
	height:0;
	overflow:hidden;
}
/**/
.bg_box{
	clear:both;
}
