#title {
	background-color:#000;
	float:center;
	width:900px;
	display:block;
}

#content {
    width:900px;
    display:block;
}

#footer {
	background-color:#000;
	position:relative;
	top:-20px;
	float:center;
	width:900px;
	text-align:right;
}
ol {
	font-family:Verdana;
	color:#666;
	font-size:12px;
}

h3 {
	font-family:Verdana;
	color:#666;
	font-size:12px;	
}

p {
	font-family:Verdana;
	color:#666;
	font-size:10px;	
}
.content {
	font-family:Verdana;
	color:#666;
	font-size:10px;
	text-align:left;
}

ol {
	font-family:Verdana;
	color:#666;
	font-size:11px;
}

a {
	font-family:Verdana;
	color:#666;
	font-size:11px;
}
a:hover {
	color:#999;
}