@charset "utf-8";
/* CSS Document */
#Content {
    opacity: 0;
}
.loading {
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 600;
}
.loading img {
    margin-left: -17.5px;
    margin-right: 17.5px;
}