
div#load_screen{
    background: #1A2226;
    opacity: 1;
    position: fixed;
    z-index: 1037;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#load_screen > div#loading{
    color: #999;
    width: 300px;
    height: 24px;
    margin: 300px auto;
    text-align: center;
}
