* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #0f0f0f;
    overflow: hidden
}

canvas {
    margin: 0 auto;
    position: absolute;
}

#loading_div {
    position: absolute;
    width: 800px;
    height: 460px;
    color: #fff;
    background: #000;
    text-align: center;
    font-size: 20px;
    font-family: Verdana;
    z-index: 1;
}

#moregames {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    z-index: 1;
    display: none;
}