/* qqw_comfootÑùÊ½ */
#foot
{
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	background-repeat: repeat-x;
	width: 1000px;
	height: 60px;
	margin:0 auto;
	margin-top: 5px;
	padding-top: 15px;
	text-align: Center;
}
#foot Span
{
	display: block;
	border-bottom: 3px solid #EF9610;
}
#foot a:link, #foot a:visited
{
	color: #000;
	text-decoration: none;
}
#foot a:hover
{
	color: red;
	text-decoration: underline;
}
