#loading {
    z-index: 100;
}
#loading, #loading .splash {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
}
#loading .splash {
    background-color: #fff;
    opacity: 0;
    filter:alpha(opacity=0);
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#loading .content {
    width: 130px;
    height: 60px;
    padding: 10px;
    background: white;
    text-align: center;
    top: 150px;
    left: 50%;
    margin-left: -65px;
    margin-top: -30px;
    position: absolute;
    border: 1px solid #115459;
    opacity: 1;
    font-family: Arial;
    font-size: 12px;
    z-index: 9999;
}
/* Hack for non IE6 */
#loading>.content {
    top: 150px;
    margin-top: -30px;
    position: fixed;
}