html{
    height:100%;
    min-height:100%;
    width:100%;
    min-width: 100%;
}

body
{
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#contentWrapper {
    position: fixed;/* Prevent scrolling on iOS */
    width: 100%;
    height: 100%;
}

#gameWrapper {
    -webkit-transform-origin: 0 0px;
    transform-origin: 0 0px;
    position: absolute;
    visibility: visible;
    width: 100%;
    height: 100%;
}

