
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	text-align: center;
	background-color: #e6e6e6;
	/*background-color: #000000;*/
}

#loader {
	position: absolute;
	left: 50%;
	top: 0;
	width: 370px;
	height: 250px;
	margin-left: -200px;
	margin-top: -150px;
	z-index: 91;
	background: url('../images/loader.gif') 0 0 no-repeat;
	color: #000000;
	padding-left: 30px;
}

#loader h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin-bottom: .3em;
}
