/*********************************
	       Name: splash.css
	Description: CSS definitions for the splash page
	    Created: 01/09/2008
	    Updated: 01/09/2008
*********************************/

body {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #000 url(../_images/background_splash_page.jpg) repeat-x;
}

#SwooshTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 21px;
	height: 50px;
}

#SwooshBottom
{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 532px;
	height: 113px;
}

#SplashLeftTop
{
	position: absolute;
	top: 52px;
	left: 0px;
	width: 400px;
	height: 198px;
}

#SplashLeftBottom
{
	position: absolute;
	top: 250px;
	left: 0px;
	width: 400px;
	height: 198px;
}

#SplashRightTop
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 393px;
	height: 52px;
}

#SplashRightMid
{
	position: absolute;
	top: 52px;
	right: 0px;
	width: 510px;
	height: 198px;
}

#SplashRightBottom
{
	position: absolute;
	top: 250px;
	right: 0px;
	width: 510px;
	height: 198px;
}

#SplashLogo
{
	position: absolute;
	top: 101px;
	width: 100%;
	text-align: center;
	z-index: 99;
}

#SplashDisclaimer
{
	position: absolute;
	top: 332px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#SplashEnter
{
	position: absolute;
	top: 390px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

#SplashFooter
{
	position: absolute;
	top: 601px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}