.loader_bg1 {
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1000;
    background:#212121;
    display:none;
}

.loader_bg2 {
    position:absolute;
    left:50%;
    width:280px;
    /*top:50%;*/
}

#loader_bg {
    z-index: 1010;
    display:none;
    height:1100px;
}

#loader {
    /*top:-50%;*/
    left:-50%;
    position:relative;
    width:280px;
    height:20px;
    background:url('/images/loader/loader_bg.gif');
    border:solid #edda3d 2px;
}
