body {
    background-color: #000000;
    font-family: 'Consolas', sanserif;
    font-size: 25px;
    color: #ffffff;
}

a {
    color: #aaaaaa;
}

a:visited {
    color: #777777;
}

div[class="centerDiv"] {
    width: 800px;
    margin: auto;
}

img {
    float: left;
}

div[id=gameView] {
    cursor: pointer;
    overflow: hidden;
    width: 800px;
    height: 600px;
    margin-top: 30px;
    border: 1px solid #555555;
    z-index: 1;
}

div[id="header"] {
    width: 100%;
}

div[id="footer"] {
    width: 100%;
    font-size: 18px;
}

span[id="title"] {
    font-weight: 700;
}

div[id="muteButtons"] {
    float: right;
}

img[id="mute"],
img[id="unmute"] {
    cursor: pointer;
}

img[id="unmute"] {
    display: none;
}
