#loader-bg {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
#loader {
    display: none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 9999;
}
#loader p {
    /* color: #ff9600; */
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px 0 0;
}
