div#loading {
    top: 500 px;
    margin: auto;
    position: absolute;
    z-index: 1000;
    width: 320px;
    height: 240px;
    display: none;
    background: url(/static/ajax-loader.gif) no-repeat;
    cursor: wait;
    }