@charset "utf-8";
body{
	margin: 0px;
	text-align: center;	
}
#footer {
    background:url(/images/foot.gif);
	height: 147px;
	width:1003px;
	position: relative; /*定位类型：相对*/
}
#footer p{
	test-align:center;
	background-position: center;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 4px;
	margin-bottom:5px;
}
#footer p a{
   
	text-decoration:none;
}
#footer a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
