html, body {
	height: 100%;
}

body {
	background-color: #0E1335;
	background-image: url('/images/splash/bg_grad.png');
	background-repeat: repeat-x;
}

#spl-Container {
	margin: 0 auto 0 auto;
	width: 322px;
	height: 100%;
}

#spl-Block {
	position: absolute;
	height: 100%;
	width: 322px;
	background-image: url('/images/splash/woodbar.jpg');
}

#spl-TopSwirl {
	position: absolute;
	top: 13px;
	left: 95px;
}

#spl-Logo {
	position: absolute;
	top: 38px;
	left: -68px
}

#spl-Tagline {
	position: absolute;
	top: 205px;
	left: -84px;
}

#spl-VerticalLineRight {
	position: absolute;
	background-color: #15233C;
	right: -17px;
	top: 0;
	height: 100%;
}

#spl-VerticalLineLeft {
	position: absolute;
	background-color: #15233C;
	left: -17px;
	top: 0;
	height: 100%;
}

#spl-BottomSwirl {
	position: absolute;
	top: 245px;
	left: 14px;
}

#spl-Camera {
	position: absolute;
	top: 240px;
	left: 8px;
}

#spl-Buzzer {
	position: absolute;
	top: 427px;
	left: 126px;
}

#spl-Telephone {
	position: absolute;
	top: 526px;
	left: 50px;
}

#spl-TelephoneInt {
	position: absolute;
	top: 542px;
	left: 48px;
}