html {
    height:100%;
    width:100%;
    background-color: black;
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

body {
    display: none;
}