#loading
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    background-color: #FFFFFF;
    z-index: 99;
    text-align: center;
}

#loading-image
{
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 19px;
    margin-top: -9px; /* Half the height */
    margin-left: -110px; /* Half the width */
}