*{
    outline:none;
}
#preloader{
    position:absolute;
    top:0px;
    left:0px;
    background-color:black;
    width:100%;
    height:100%;
    z-index:900;
    color:white;
}
#preloader .text{
    width:100px;
    height:50px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-25px;
    color:white;
    text-align:center;
    font-size:15px;
}

