/* Copyright 2009 Alganon */
@CHARSET "ISO-8859-1";
a
{
	outline:none !important;
	text-decoration:none;
}
body 
{
  background-color: #000;
  background-image: url(/img/splash/background.png);
  background-repeat: no-repeat;
  background-position:top center;

  margin:0px;
  padding:0px;
  text-align:center;
  line-height: 120%;
  font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}
#LOGO
{
  clear:both;
  width:589px;
  height:263px;
  background-image:url(/img/splash/logo.png);
  background-repeat:no-repeat;
  margin:10px auto;
  display:block;
  text-indent:-50000px !important;
}
.video
{
	width:478px;
	height:351px;
	margin:0px auto;
	border:2px solid #666;
}
.screenbar
{
	background-image:url(/img/bg/tint50.png);
	margin:25px 0px;
	padding:10px;
}
#signup
{
	background-image:url(/img/splash/signup.png);
	width:476px;
	height:27px;
	padding:36px 0 0 0;
	margin:5px auto 5px;
	display:block;
	color:#663300;
	font-weight:bold;
}
#signup:hover
{
	color:#336600;
}
#WRAPPER
{
	width:1000px;
	margin:0px auto;
	color:#fff;
}
#continue
{
  clear:both;
  width:250px;
  height:37px;
  background-image:url(/img/splash/ContinueButton.png);
  background-repeat:no-repeat;
  margin:10px auto;
	float:right;
  display:block;
  text-indent:-50000px !important;
}
.continue a
{
  clear:both;
  background-image:url(/img/splash/EnterSiteButton.png);
  text-indent:-50000px !important;
	width:476px;
	height:30px;
	padding:36px 0 0 0;
	margin:5px auto 5px;
	display:block;
	color:#663300;
	font-weight:bold;
}
.continue a:hover
{
	color:#ff0000 !important;
	background-position:0px -65px;
}
.clear
{
	clear:both;
}