html {
    width: 1920px;
    margin: auto;
}
a:link {
    color: #cccccc;
    text-decoration: none;
}

a:visited {
    color: #cccccc;
    text-decoration: none;
}

a:hover {
    color: #cccccc;
    text-decoration: underline;
}

a:active {
    color: #cccccc;
    text-decoration: none;
}

.STYLE2 {
    font-size: 12px;
    color: #ffffff;
}

.STYLE3 {
    font-size: 12px;
    color: #a58351;
}

#Layer2 {
    position: relative;
    width: 1500px;
    height: 548px;
    z-index: 1;
}
#Layer4 {
    position: absolute;
    width: 1920px;
    height: 132px;
    z-index: 2;
    left: 50%;
    margin-top: 0;
    margin-left: -960px;
    background-repeat: no-repeat;
}
#Layer5 {
    position: absolute;
    width: 700px;
    height: 90px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 24px;
}
@keyframes sc {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
#Version {
    width: 100%;
    height: 1080px;
    position: relative;
    overflow: hidden;
    z-index: 11;
    padding-top: 0px;
}
#Flash {
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    margin: 0 auto -272px -960px;
    z-index: -1;
}
#Header {
    margin: 0 auto -290px -960px;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    z-index: -2;
    line-height: 0;
}