.L-loading-page {
    background-color: #fff;
    -moz-opacity: 1;
    opacity:1;
    filter: alpha(opacity=100);
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    z-index:20001;
    background: url(./../../resources/images/default/loading.gif) center center no-repeat #fff;
}
