#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background-color: #fff; 
	z-index: 111;
	background-color: #c762cb; 
}
#status {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    background-repeat: no-repeat;
    background-image: url(../images/loader.gif);  
}
