#preloader{
    position:fixed;
    top:0; 
    left:0;
    right:0;
    bottom:0;
    /*background:#ECF0F1;*/
    background:#FFFFFF;     
    z-index:9999;
    height:100%;
    width:100%;
}

#status{
    width:920px;
    height:532px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-266px 0 0 -460px;
    background:url(../imagem/loading.gif) center no-repeat;
}

#preloader2{
    position:fixed;
    top:0; 
    left:0;
    right:0;
    bottom:0;
    background:#ECF0F1;
    z-index:9999;
    height:100%;
    width:100%;
}

#status2{
    width:920px;
    height:532px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-266px 0 0 -460px;
    background:url(../imagem/loading.gif) center no-repeat;
}