@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 25px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #00000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	text-decoration:none;
	color:#666666;
}
a:visited {
	text-decoration:none;
	color:#666666;
}	
a:hover {
	color: #CC0000;
	text-decoration:underline;
}
a:active {
	color: #FF0033;
	text-decoration:underline;
}

#skip {
	font-size: 10px;
	color: #666666;
	padding-top: 50px;
	font-weight: normal;
}

#enter {
	font-size: 14px;
	color: #666666;
	padding-top: 0px;
	margin-top: -80px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#enter a {
	text-decoration:none;
	color:#666666;
}
#enter a:visited {
	text-decoration:none;
	color:#666666;
}	
#enter a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#enter a:active {
	color: #CC0000;
	text-decoration:underline;
}
#audio {
	margin-top: 70px;
	visibility: hidden;
}
