html {
	width: 100%;
}
body {
	background-color:#000;
}
a:focus {
	outline: none;
}
#container {
	width: 1024px;
	height: 685px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -512px;
	padding-bottom: 10px;
	
	background-repeat: no-repeat;		
	background-position: top center;
}
#logo {
	width: 798px;
	position: relative;
	left: 50%;
	margin-left: -399px;
	margin-top: 0px;
	height: 130px; 
	overflow: hidden;
	text-align: center;
}
#featuresbox {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	margin-top: 10px;
	height: 360px;
	overflow: hidden;
	overflow-y: scroll;
}
#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 {
	text-align: right;
	color: #fff;
	font-family: Courier New, "Courier New", Arial Black;	
	font-size: 16px;
}
#contact a {	
	width: 276px;	
	height: 88px;	
	display: block;	
	position: absolute;	
	left: 50%;
	margin-left: 100px;
	top: 500px;	
	background-image: url(../images/contact-party.png);
}
#home a {	
	width: 194px;	
	height: 88px;	
	display: block;	
	position: absolute; 
	left: 50%;
	margin-left: -360px;
	top: 500px;
	background-image: url(../images/home-party.png);
}
#adlnav {
	text-align: right;
	width: 748px;
	position: relative;
	left: 50%;
	margin-left: -374px;
	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;
}
