body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
}
#loadingLayer {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	border: 2px solid #333333;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	visibility: visible;
}
#contentLayer {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
.loadingBarEmu {
	font-size: 2px;
	border: 1px solid #333333;
	background-color: #111111;
	width: 100px;
	display: block;
	overflow: visible;
}
