/* Main Structure */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image:   url(../images/splash_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	}
a:link {
	text-decoration: none;
	font-size: 11px;
	color: ff9900;
	font-weight: bold;
	font-family: arial;
	}
a:hover {
	text-decoration: none;
	font-size: 11px;
	color: ffff00;
	font-weight: bold;
	font-family: arial;
	}
a:visited {
	text-decoration: none;
	font-size: 11px;
	color: ff9900;
	font-weight: bold;
	font-family: arial;
	}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#maincontainer01 {
	width: 925px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
.contentbox {
	width: 445px;
	height: 425px;
	margin-top: 200px;
	padding: 0px;
	}
	
.clear {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 0;
	width: 0px;
	line-height: 0;
	}


table {
	padding: 0px;
	margin: 0px;
	}

.logo {
	margin-bottom: 5px;
	padding: 0px;
	}
.messagebox {
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	width: 410px;
	height: 110px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	}
.enterbutton {
	margin: 580px 0px 0px 227px;
	padding: 0px;
	z-index: 1;
	position: absolute;
	}

.copyright {
	margin-top: 26px;
	padding: 0px;
	font-family: times;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	}
.copyrightbox2 {
	width: 920px;
	height: 95px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:   url(../images/copyback_splash.jpg);
	background-repeat: no-repeat;
	text-align: right;
	}


	

	
	
	
