.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: url('/images/spinner.gif') 50% 50% no-repeat rgb(0,0,0,.4);
}