/* CSS Document */

body {
	background: url(../images/background.jpg);
	background-color: #111111;
	background-repeat: repeat;
	margin: 0px;
}

a {color: #666666; text-decoration:none;}
a:hover {color: #FFFFFF}

#splash {
  background:url(../images/splash_bg.jpg);
  background-color: #040404;
  width: 600px;
  margin: 0px;
}

.rotating_splash {
  background: #040404;
  width: 600px;
  height: 350px;
}

.innerFade {
  z-index: 5;
}

.enter-link {
	margin-top: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

.site-reqs {
	margin-top: 10px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;	
}

.site-reqs a{ color: #666666;}
.site-reqs a:hover{ color: #FFFFFF;}
