/*this is what we want the div to look like when it is not showing*/
div.loading-invisible {
    display:none;/*make invisible*/
}

div.loading-visible {
background:#FFFFFF none repeat scroll 0 0;
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
overflow: auto;
z-index:2;
}

div#preloader img:first-child {
width:37px;
height:37px;
left:56px;
position:relative;
top:62px;
}

div#preloader {
left:44%;
position:absolute;
top:38%;}