body {
	background-color: #000000;
	margin: 0px;
	width: 100%;
	color: #89812C;
}
H1 {
	color: #89812C;
}
a:link {
	color: #89812C;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #89812C;
	text-decoration: none;
}
a:active {
	color: #89812C;
	text-decoration: none;
}
.top {
	background-color: #000000;
	color: #89812C;
	width: 100%;
	height: 30px;
}
.gateway {
	background-color: #000000;
	background-image: url(ghostbg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	color: #89812C;
	background-position: left center;
}
.answer {
	background-color: #000000;
	width: 100%;
	height: 25px;
	color: #89812C;
}
.ad {
	background-color: #000000;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer {
	width: 100%;
	height: 25px;
	background-color: #89812C;
	color: #000000;
}
.footer a:link {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	color: #333333;
	text-decoration: none;
}
.footer a:active {
	color: #333333;
	text-decoration: none;
}
.answerbox {
	background-color: #333333;
	border: 0;
	color: #89812C;
}
.blackdiv {
	color: #000000;
	width: 50px;
}
.offscreenimage {
	position: absolute;	
	left: -3000px;
	background-image: url(img6.jpg);
}