html {
	margin: 0;
	padding: 0;
}
body {
	margin: auto;
	padding-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	background: url('images/background.gif') black top center no-repeat;
	color: #ffffff;
}

/** splash **/

#container_splash {
    margin: auto;
	margin-top: 30px;
	padding: 0px;
	width: 700px;
}

#content_splash {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #b8bcb8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
	vertical-align: top;
	line-height: 18px;
}

#header_splash {
	height: 226px;
	background: transparent url('images/splash_logo.gif') no-repeat center;
}

#enter_splash {
	padding-left: 286px;
	padding-right: 286px;
}

#enter_splash .splash_btn {
	width: 127px;
	height: 75px;
	background: url('images/enter_btn.gif') no-repeat top left;
}

#enter_splash .splash_btn a {
	display: block;
	height: 100%;
	width: 100%;
}
