#loading {
    position:fixed;
    width:100%;height:100%;
    z-index:999;
}

#loading img {
    display:block;
    position:absolute;
    top:10%;left:50%;
}