﻿
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../media/loading.gif);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: center;
}
