html, body {
    font-family: "Tahoma";
    font-style: normal;
    padding: 0;
    margin: 0;
    background: #422B1C;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#stats {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
}

#wrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#bgStage {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}

#mainStage {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    text-rendering: geometricPrecision;
}
