@charset "UTF-8";


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #101010;
	background-image: url(/gfx/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
	width: 100%;
}

#content {
	background-color: #AF8125;
	color: #000000;
	text-align: center;
	position: fixed;
	top: 80%;
	width: 100%;
	padding: 8px 0 8px 0;
}
#content a {
	text-decoration: none;
	color: #000000;
	padding: 0 40px 0 40px;
	font-size: 110%;
	font-weight: bold;
}
#content a:hover {
	color: white;
}

#footer {
	font-size: 90%;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
}
#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 80%;
}


