@charset "gb2312";
/* CSS Document */

#foot{
	width:100%;
	height:75px;
	float:left;
	background-color:#8f2121;
	color:#FFF;
	font-size:12px;
	font-family:"ËÎÌå";
	line-height:25px;
	margin-top:20px;
}
.foot{
	width:1003px;
	height:60px;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
}
.foot a{
	color:#FFF;
	text-decoration:none;
}
.foot a:hover{
	color:#f3bc1b;
	text-decoration:underline;
}