/*
 * Best Preloader
 * Style sheet for preloader
 * @since 1.0
 * @agareginyan
 */


#preloader {
    
}

#preloader-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}

#preloader-status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}