* {
	margin:0px;
	padding:0px;
}
body {
	font-family:"ËÎÌå";
	font-size:12px;
	color:#555;	
	background:#84929D;	
}
#main_out {
    width:910px;	
	margin:0px auto;	
	background:#FFF;
}
#main {
    width:850px;	
	margin:auto;		
}
ul,li {
	list-style:none;
}
.clear {
	clear:both;
    height:0px;
    overflow:hidden;	
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#555;
}
a:hover {
    text-decoration:underline;
    }
select {
   color:#666;
}
input {
   font-size:14px;
   color:#666;
}

