body {
	margin:0;
	background-color:#FFC300;
	-webkit-tap-highlight-color: rgba(255, 195, 0, 1);
	-webkit-user-select: none;
	-ms-touch-action: none;
}
#game {
	width:100%;
	height:100%;
}
#rotate{
	background-image: url(../img/rotate.jpg);
	width:100%;
	height:100%;
	background-size: contain;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}