body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(gfx/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:300px;
	padding-top:170px;
	color:#CCCCCC;
	font-family:Geneva;
	font-size:13px;
}
.footer-links {font-size:11px;color:#FFFFFF; text-decoration:none;}
.footer-links a:link {font-size:11px;color:#FFFFFF; text-decoration:none;}
.footer-links a:active {font-size:11px;color:#FFFFFF; text-decoration:none;}
.footer-links a:visited {font-size:11px;color:#FFFFFF; text-decoration:none;}
.footer-links a:hover {font-size:11px;color:#FFFFFF; text-decoration:underline;}
.black_overlay{
display: none;
position: absolute;
top: 0%;
eft: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

      .white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
padding: 16px;
border: 16px solid orange;
background-color: white;
z-index:1002;
overflow: auto;
}
.splash {
	text-align: center;
	vertical-align: middle;
}

.headings {	color:#FFCC33;
	font-family:Geneva;
	font-size:22px;}
