body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background: #0898B0;
    overflow: hidden;
}

#gameContainer {
	width: 1000px;
    margin: auto;
    top: 20px;
    position: relative;
	border: 2px solid white;
}
}
