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

#game{
	position: relative;
	margin: 0;
	padding: 0;
    margin-left: auto ;
    margin-right: auto ;
}

#orientation {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 0;
    display: block;
}
