@charset "utf-8";
#foot {
	float: left;
	padding-left: 15px;
	width: 865px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#foot  a {
	color: #00CCFF;
	text-decoration: none;
}
#foot a:hover {
	color: #FF9900;
	text-decoration: underline;
}

