
#loading {
 	width: 300px;
 	height: 50px;
 	background-color: #000000;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
 	color: #ffffff;
}

