@charset "utf-8";
/* CSS Document */

body {
	background-color: #EAEAEA;
	background-image: url(../img/splash_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	position: relative;
	width: 878px;
	height: 749px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/splash_main.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	position: absolute;
	top: 690px;
	font-weight: normal;
	left: 115px;
	width: 680px;
	text-align: left;
}

#enterbutton {
	position: relative;
	width: 150px;
	height: 29px;
	left: 115px;
	top: 600px;
	
}

