* {padding:0;margin:0;}

#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#0073c6;
z-index:99999;
}

#status {width:200px;height:150px;position:absolute;left:50%;top:55%;background-repeat:no-repeat;background-position:center; margin:-75px 0 0 -100px;}


@media screen and (min-width:600px){


#status {width:400px;height:350px;position:absolute;left:50%;top:55%;background-repeat:no-repeat;background-position:center; margin:-100px 0 0 -200px;}  


}