#footer
{
	clear: both;
	
	height: 26px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	font-family: "Courier New", monospace;
	font-size : 12px;
	line-height : 26px;
	
	color: #b00;
	background-color: #eee;
	
	text-align: right;
	
	border-top: 1px solid #d8d8d8;
}

#footer a:link,
#footer a:visited
{
    color: #b00;
    text-decoration: none;
}

#footer a:hover,
#footer a:active
{
    color: #b00;
    text-decoration: underline;
}

#ads
{
    width:900px;
    
    margin-left: auto;
    margin-right: auto;    
}
