#footer {
	clear: both;
	width: 100%;
	border-top: 5px groove #464646;
	background-color: #828282;
	color: #333;
	text-align: center;
	padding: 12px 0;
	font-family:'Times New Roman', 'STKaiti', sans-serif, monospace;
	
}


#footer ul {
	padding:0;
	margin:0;
}

#footer li {
	margin:0 auto;
}

#footer a {
	font-size: 13px;
	color:white;
	text-decoration:none;
	background-color:non;
}

#footer li:hover { background-color: #003;}
#footer small { color:grey; font-weight:bold;}
