#loading {
    
    width: 250px;
    height: 250px;
    display: none;
    background: url(../img/loadingimage.gif) no-repeat;
    background-size: 250px;
    background-position: center;
    cursor: wait;
    }