#loading {
	display: none;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	text-align: center;
}
#loading p {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 10px;
}
#loadingOverlay {
	display: none;
	z-index: 99998;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	_filter: Alpha(Opacity=60); // for IE
}