/* Loading */

html, body {
	height: 100%;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: black;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#loading-indicator {
	margin: 0 auto;
	margin-top: 300px;
	padding-left: 21px;
	width: 130px;
	background: url(../img/loading-indicator.gif) no-repeat 0 50%;
	font-weight: bold;
	color: white;
}

