#mainHeader {
    *zoom: 1;
    height:26px;
    position: relative;
    display: inline-block;
}
#gameTester {
    position: relative;
    padding-bottom: 47%;
    height: 0;
    overflow: hidden;
}

    #gameTester iframe {
        position: absolute;
        left: 5%;
        top: 0px;
        width: 90%;
        height: 100%;
        overflow: hidden;
    }

html, body {
    font-family: Gotham-Light,Verdana,Geneva,sans-serif;
    color: #fff;
    background: #000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
}

footer {
/*    background-color: #413957;*/
    color: #444;
    padding-top: 12px;
    padding-bottom: 6px;
}
