body{
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}

#gameOuter{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#gameBox{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#gameView{
    width: 800px;
    height: 600px;
    cursor: default;
    background-color: #000000;
}
