#divLoading
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: rgba(242,242,242,0.5) url('/images/loading.gif') no-repeat 50%;
}
