body {
	background: #000;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 62.5%;	
}

#background {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}

.overlay {
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	z-index: 10;
	background: url("../img/overlay-50.png") top left;
}

#container {
	position: absolute;
	z-index: 75;
	color: white;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}


#content {
	width: 100%;
	position: absolute;
	top: 50%;
}

#content .wrap {
	width: 640px;
	height: 490px;
	margin: -245px auto 0 auto;
/* 	margin-top: -245px; */
}

.replace {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

h1 {
	width: 315px;
	height: 54px;
	margin: 0 auto;
	background: url("../img/splash-elements.png") no-repeat;
}

#video {
	width: 640px;
	height: 360px;
	margin: 20px 0 15px 0;
}

#splash_text {
	position: relative;
}

#splash_text p {
	width: 550px;
	height: 36px;
	background: url("../img/splash-elements.png") -320px 0 no-repeat;
}

a.nav_skip, a.nav_enter {
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 16px;
	background: url("../img/splash-elements.png") -883px 0 no-repeat;
}
a.nav_skip:hover { background-position: -963px 0; }
a.nav_enter { background-position: -883px -16px; height: 18px; top: 16px; }
a.nav_enter:hover { background-position: -963px -16px; }

