@charset "UTF-8";
body {
	background-color: #000;
	margin: 0px;
	color: #fff;
	padding: 0;
}
#wrapper {
	width: 900px;
	height: auto;
	margin: 40px auto 0 auto;
}
#header {
	background-color: #000;
	background-image: url(/images_splash/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 177px;
	width: 829px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#container {
	width: 829px;
	margin-right: auto;
	margin-left: auto;
	height: 473px;
	background-image: url(/images_splash/splash-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#cornerTL {
	position: absolute;
	height: 20px;
	width: 20px;
	z-index: 1000;
	background-image: url(/images_splash/corners.png);
	background-position: -1px -1px;
}
#cornerBL  {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 20px;
	background-image: url(/images_splash/corners.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1000;
}
#splashImage {
	height: 473px;
	width: 494px;
	position: relative;
	left: 0px;
	top: 0px;
}
.slideshow  {
	margin-left: 2px;
	position: relative;
	top: 2px;
	z-index: 5;
	overflow: hidden;
}
#enter a {
	display: block;
	height: 92px;
	width: 325px;
	text-indent: -9000px;
	background-image: url(/images_splash/buttons.png);
	background-position: left -92px;
	position: absolute;
	z-index: 10;
	top: 65px;
	left: 486px;
	overflow: hidden;
}
#enter a:hover {
	background-position: left top;
}
#enter a:active {
	background-position: left -184px;
}
#warning {
	width: 325px;
	position: absolute;
	left: 486px;
	top: 206px;
	z-index: 50;
}
#footer {
	text-align: center;
	line-height: 60px;
	margin-top: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #333;
	overflow: hidden;
	height: 60px;
}
#footer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 120px;
	float: left;
	margin-top: 8px;
}
#footer p {
	margin: 0 120px 0 0;
	padding: 0px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer .exit {
	text-transform: uppercase;
	color: #F00;
	text-decoration: underline;
}
#testimonials {
	margin-top: 350px;
}
#testimonials h1 {
	color: #CCC;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 30px;
}
ul {
	color: #999;
}
.quote {
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.author {
	text-align: right;
	margin-right: 60px;
	color: #F00;
}
.author a {
	color: #F00;
}

