body {
    /*margin: 0px 0px 1px 0px; !* the extra 1px allows the iOS inner/outer check to work *!
    background: url("../assets/Background.jpg") no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

#game {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
