body {
    margin: 0;
    overflow: hidden;
    background-color: #000000;
    font-family: sans-serif;
}

a {
    color: #0080C0;
}

div#enchant-stage {
    -ms-touch-action: none;
}

div#footer {
    border-top: 1px solid #303030;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 22px;
    background-color: #101010;
    color: #ffffff;
}

span#copyright {
    position: absolute;
    font-size: 12px;
    left: 16px;
}

span#link-help {
    position: absolute;
    right: 16px;
}

@media screen and (-ms-view-state: fullscreen-landscape) {
}
@media screen and (-ms-view-state: filled) {
}
@media screen and (-ms-view-state: snapped) {
}
@media screen and (-ms-view-state: fullscreen-portrait) {
}
