html,body {
	background-color: #000;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

* {
	user-select: none;
}

* {
	-webkit-tap-highlight-color: rgb(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

#game {
	position: absolute;
	margin:auto;
	min-width: 480px;
	min-height: 320px;
	width: 480px;
	height: 320px;
	z-index: 0;
}

#canvas {
	position: absolute;
	margin:auto;
	min-width: 480px;
	min-height: 320px;
	width: 100%;
	height: 100%;
	image-rendering: optimizeSpeed;
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-optimize-contrast;
	-webkit-transform: scale3d(1, 1, 1);
	z-index: 1;
	/*border:1px solid #ccc;*/
}

#orientate {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 6;
}

#orientate img {
	position: absolute;
	width: 100%;
	height: 100%;
}

#bannerAd {
	position: absolute;
	left: 50%;
	bottom: 62px;
	width: 320px;
	height: 50px;
	margin-left: -160px;
	display: none;
	z-index: 7;
}

#nohtml5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999;
	visibility:hidden;
}

#nohtml5 img {
	position: absolute;
	width: 100%;
	height: 100%;
}

#nohtml5-bubble{
	position: absolute;
	bottom: 20px;
	left: 50px;
	width: 380px;
	height: 100px;
	z-index: 9999;
	color:#000;
	background:rgba(255,255,255,0.75);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	/*border:2px solid #969696;*/
}

#nohtml5-text{
	padding:10px;
}

#ad-link-top { 
	width:100%;
	height:130px; 
	position:absolute;
	float:left;
	z-index:99999;
	top:0px;
	left:0px;
	/*border:1px solid #ccc;*/
	visibility:hidden;
}				

#ad-link-bottom { 
	width:100%;
	height:130px; 
	position:absolute;
	float:left;
	z-index:99999;
	bottom:0px;
	left:0px;
	/*border:1px solid #ccc;*/
	visibility:hidden;
}
