#stage {
    width:100%;
    height: 398px;
    float: left;
    background: #fff;
    overflow:hidden;
    position:relative;
}

#bottom {
    width: 100%;
    height: 125px;    
    border-top:1px solid #8CC751;
    float:right;
    overflow:hidden;
    position:relative;

    /* hack: so mozilla will layout this correctly */
    margin-left:-1px;
}
#bottom, #controls {
    background-color: #FFEDA9}
