@font-face {
    font-family: 'iflash_706regular';
    src: url('../fonts/iFlash706-webfont.eot');
    src: url('../fonts/iFlash706-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iFlash706-webfont.woff2') format('woff2'),
         url('../fonts/iFlash706-webfont.woff') format('woff'),
         url('../fonts/iFlash706-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;

}

body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #2C1B1B;
}

#bckgs {
	width: 100%;
	height: 100%;
}

#game_stage {
	width: 100%;
	height: 100%;
}

#gameArea {
	position: absolute;
	left: 50%;
	top: 50%;
}

#orient {
	background: #FFF;
}

@media all and (orientation: landscape) {
  #orient {
  	background: #2C1B1B;
  }
}

@media all and (orientation: portrait) {
  #orient {
  	background: #2C1B1C;
  }
}