@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body {
	font: bold 12pt verdana;
	background: #19140F;
}

#container {
	background: url(images/splash.jpg) no-repeat;
	width: 760px;
	height: 500px;
	margin: 20px auto 0px;
}
#options {
	width: 500px;
	padding-top: 360px;
	margin-left: 230px;
	font-size: 12px;
}

#options a:link, #options a:visited {
	height: 55px;
	text-decoration: none;
	color: #18140F;
}


#options a:hover, #options a:active {
	height: 55px;
	text-decoration: none;
	color: #FFFFFF;
}


#footer {
	width: 760px;
	height: 15px;
	clear: both;
	font-size: 10px;
	text-align: center;
	margin-top: 100px;
}
#flash {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}




#footer p {
	margin-left: 0px;
	font-size: 10px;
	width: 760px;
	color: #F1E5CF;

}
#footer a {
	font-size: 9px;
	color: #3A3D47;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 5px;
}

#footer a:hover, #footer a:active {
	color: #CF932D;
}
