#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    text-align: center;
    display: none;
}

#loading-bg{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left : -62px;
    margin-top : -62px;
    z-index: 100;
}
