#loading {
	background-image: url(../images/10percent.png);
	/*background-color: #000000;*/
	position: absolute;
	top: -11px;
	left: 0px;
	width: 804px;
	height: 1000px;
	z-index: 1000;
	color: #dadada;
	text-align: center;
	
}



#loading p {
	margin-top: 100px;
	width: 255px;
	height: 65px;
	padding: 20px;
	background-image: url(../images/loader_background.png);
	
}


#loading p img {
	margin-top: 10px;

	
}