
#site_footer {
	background-color:#333;
	position: fixed;
	bottom: -20px;
	width: 100%;
	padding-top: 1em;
	text-align: center; 
	font-family: 'Century Gothic'; 
	font-size: 10px; 
	color: #999;
}


#site_layout {
	background-color: #333;
	height: 100%;
	width: 100%;
	padding-top: 35px;
}
a:link {
color: #999;
text-decoration: none;
}
a:visited {
color: #999;
text-decoration: none;
}
a:hover {
color: #666;
text-decoration: none;
}
a:active {
color: #999;
text-decoration: none;
}