@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
a	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5a5757;
	text-decoration:none;
	outline:none;
	}
img {
	margin:0px;
	padding:0px;
	}
div#main{
	width:876px;
	margin:auto auto;
	}
div#toplogo{
	height:79px;
	}
div#splashimage{
	width:876px;
	height:551px;
	position:relative;
	background: url(splashimage2.jpg); 
	}
div#enter{
	width:195px;
	height:90px;
	background:url(enter.png) no-repeat left bottom;
	position:absolute;
	left:685px;
	top:390px;
	}
div#enter a{
	width:195px;
	height:90px;
	text-indent: -900em;
	display: block;
	background:url(enter.png) no-repeat left bottom;
	}
div#enter a:hover {
	background-position:left top;
	}
div#leftfoot{
	float:left;
	}
div#rightfoot{
	float:right;
	}
	
