html {
	width: 100%;
}
body {
	background-color:#000;
}
a:focus {
	outline: none;
}
#logo {
	position: relative;
	left: 50%;
	margin-left: 275px;
	width: 122px;
}
#featuresbox {
	width: 840px;
	position: relative;
	left: 50%;
	margin-left: -420px;
	margin-top: 50px;
}
#featuresbox .image {
	float: left; 
	width: 250px; 
	height: 165px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
}
#featuresbox a {
	display: block;
	width: 250px; 
	height: 165px;
}
#featuresbox .footer {
	color: #fff;
	font-family: Courier New, "Courier New", Arial Black;	
	font-size: 16px;
}
#nav {
	margin-top: 70px;
	width: 840px;
	position: relative;
	left: 50%;
	margin-left: -420px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;		
}

#nav .home a {
	display: block;	
	width: 121px;
	height: 36px;
	background-image: url(../images/homeb.gif);
}
#nav .home {
	background-image: url(../images/homeb.gif);
}
#nav .home a:hover {
	display: block;	
	width: 121px;
	height: 36px;
	background-image: url(../images/homeb-ro.gif);
}
h1 {	
	font-family: Arial, Arial Black, Helvetica;		
	font-size: 36px;		
	color: #fff;
	padding-top: 0px;
	font-weight: bold;	
}
#adlnav {
	position: absolute;
	left: 50%;
	margin-left: -420px;
	margin-top: -50px;
	font-family: Courier New, "Courier New", Arial Black;		
	font-size: 16px;		
	color: #fff;
}
#adlnav  a {
	font-family: Courier New, "Courier New", Arial Black;
	color: #fff;
}