body { margin:0; padding:0; }
.gameContainer { width: 960px; margin: 0 auto 150px auto; }
.bg { width: 100%; height: 100%; min-width: 960px; background: #46a0d1 url(../img/bg.jpg) no-repeat; padding: 3px 0 10px 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.gameContainerOverlay { width: 960px; height: 450px; left: 50%; pointer-events: none; position: absolute; margin: 0 0 0 -480px; }
.gameContainerOverlay#skye {background: url(../img/games_skye/overlay.png) no-repeat;}
#games_skye {background: #bde5ff url(../img/games_skye/bg.jpg) no-repeat center -164px;}
#games_skye>.game_wrapper>#skye { width: 176px; height: 151px; background: url(../img/games_skye/skye.png) no-repeat; position: absolute; top: 0; left: 20px; }
#games_skye .balloon { width: 79px; height: 257px; background: url(../img/games_skye/balloons.png) no-repeat; position: absolute; }
#games_skye .balloon#red { background-position: 0 0; top: 200px; left: 150px; }
#games_skye .balloon#purple { background-position: -79px 0; top: 0; left: 350px; }
#games_skye .balloon#yellow { background-position: -158px 0; top: 100px; right: 100px; }
#games_skye .balloon#green { background-position: -237px 0; top: 50px; right: 200px; }
.game_wrapper { width: 870px; height: 500px; margin: 0 auto; position: relative; }
