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

/* For Ie6 */
body {
	background: #00377a url('gfx/splash.jpg') top center no-repeat;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	/* Ie fix so always has min height! */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #00377a url('gfx/splash.jpg') top center no-repeat;
}
#continue {
	position: absolute;
	left: 50%;
	margin-left: -321px;
	width: 134px;
	height: 75px;
	top: 213px;
}
#continue a {
	width: 134px;
	height: 75px;
	display: block;
	background: url('/gfx/splash_cont.jpg');
}
#continue a:hover {
	background: url('/gfx/splash_cont_over.jpg');
	cursor: pointer;
}
#more {
	position: absolute;
	left: 50%;
	margin-left: 190px;
	width: 134px;
	height: 75px;
	top: 213px;
}
#more a {
	width: 134px;
	height: 75px;
	display: block;
	background: url('/gfx/splash_more.jpg');
}
#more a:hover {
	background: url('/gfx/splash_more_over.jpg');
	cursor: pointer;
}
