#footer {
	width: auto;
	float: left;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 3em;
	
	font-size: .9em;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer a {
	text-decoration: underline;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}