*{
	padding:0;
	margin:0;
}
body{
	font:normal 12px/180% "宋体";
	color:#000;
	background:#979797;
	
}
a{
	text-decoration:none;
	color:#000;
	font:normal 12px "";
}
a:hover{
	color:#fc9a03;
	text-decoration:none;
}
ul,li{
	list-style:none;
}

img{
	display:block;
	border:0;
}

#wrapper{
	width:990px;
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
.red{
	color:#F00;
}
.grey{
	color:#565656;
}
.grey a{
	color:#565656;
}

