body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-color: #000;
}
#canvas{
	width:100%;
	display:none;
}
#loadingBox {
	width: 250px;
	height: 195px;
	position: relative;
	margin: 10% auto;
	text-align: center;
	background-repeat: no-repeat;
    background-position: 3em;	

}

#progressBar {
	width: 0px;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
#spinner{
	background-color: #fff;
}
#loadingInfo {
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	font-family: "Arial", sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
}