body { margin: 0px 0px 1px 0px; background: #000; overflow: hidden; }

#orientation {
    position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.9); z-index: 2147483647; display: none;
}
#orientation img {
    left: 15%; top: 50%; display: block; width: 70%; position: absolute; margin-top: -65px;
}
#preloader {
    position: fixed; left: 50%; top: 50%; margin-top: -25px; margin-left: -25px;
}
.game_canvas {
    position: absolute;
}
#bottom-bar {
    position: fixed; right: 0; bottom: 0; z-index: 1000; background: #010101; padding: 3px 15px; color: #efefef;
    border-radius: 10px 0 0 0; font-size: 85%; display: none;
}