/*
Title:			Janis Maltin Splash Page styles
Author:			Michael Bester - michael@kimili.com
Last Updated:	10.20.2008
*/

body {
	background-color: #060707;
	color: #444;
}

#content {
	padding-top: 15%;
}

#header {
	background: url(images/bg_splash.png) repeat-x 15% 0;
	height: 277px;
}

#splash {
	text-indent: -9999px;
	width: 653px;
	height: 277px;
	margin: 0 auto;
	background: url(images/splash.jpg) no-repeat;
}

#splash h1,
#splash h2 {
	margin: 0;
}

p#enter {
	width: 450px;
	overflow: hidden;
	margin: 1.5em auto 0;
}

p#enter a {
	display: block;
	float: right;
	width: 75px;
	height: 22px;
	background: url(images/btn_enter.png) no-repeat;
	text-indent: -9999px;
}

p#enter a:hover {
	background-position: 0 -50px;
}

#footer {
	width: 486px;
	border-top-color: #222;
}