div#loadingBox
{
	width: 100%;
	height: 20px;
	text-align: center;
	position:relative;
	top:-300px;
}

div#bgBar
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	display: block;
	background-color: #333;
}
div#progressBar
{
	margin-left: 285px;
	width: 0px;
	height: 20px;
	background-color: white;
	border-radius: 2px;
	position:relative;
	top:-20px;
	z-index:1;
}
div#bgBar
{
	border-radius: 2px;
}

p#loadingInfo
{
	color: #666;
	width: 100%;
	font-family: "Calibri", sans-serif;
	text-align: center;
	font-size: 16px;
}