html, body {
	padding: 0px;
	margin: 0px;
	background-color: #010E16;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	color: #6492AD;
	height: 100%;
	overflow: hidden;
}
#Loader {
	position:absolute;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-color: #010E16;
	text-align: center;
}
#ButtonBar {
	position:absolute;
	z-index: 105;
	top: 50px;
	left: 221px;
	width: 584px;
	height: 86px;
	background-image: url('../images/buttonbar.png');
}
#Logo {
	position:absolute;
	z-index: 110;
	top: 32px;
	left: 32px;
}
#BottomBarR {
	position:absolute;
	z-index: 100;
	top: 600px;
	width: 844px;
	height: 116px;
	background-image: url('../images/HUDBottom.png');
}
#BottomBarM {
	position:absolute;
	z-index: 100;
	top: 600px;
	left: 149px;
	height: 116px;
	background-image: url('../images/HUDBottomMid.png');
}
#BottomBarL {
	position:absolute;
	z-index: 100;
	top: 600px;
	left: 0px;
	width: 149px;
	height: 116px;
	background-image: url('../images/HUDBottomLeft.png');
}
#LeftArrow {
	position:absolute;
	z-index: 100;
	top: 300px;
	left: 0px;
	width: 69px;
	height: 92px;
	background-image: url('../images/ArrowLeft.png');	
}
#RightArrow {
	position:absolute;
	z-index: 100;
	top: 300px;
	width: 69px;
	height: 92px;
	background-image: url('../images/ArrowRight.png');	
}
#loadingbar {
	width: 384px;
	height: 69px;
	background-image: url('../images/loadingbar.png');
}
#loadingfront {
	width: 100%;
	height: 100%;
	background-image: url('../images/loadingbar_front.png');
	float: right;
	background-position: right;
}