
body {
	position: relative;
	margin: 0;
	background-color:rgb(0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

image, canvas{
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;

	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}

img{
	zoom:100%;
}

#gameArea {
	position: relative;
//	position: static;
//	top: 600px;
	margin: 0px;
	margin-left: 0px;
	width: 0px;
	height:0px;
   background-color:rgb(6,73,10);
    text-align:center;
}

#id_canvas1 {
    position: absolute;
    width: 0px;
	height:0px;
    z-index: 1;
}

#id_canvas2 {
    position: absolute;
    width: 0px;
	height:0px;
    z-index: 2;
}

#loading{
	position:absolute;
	z-index:10;
    visibility : visible;

	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:64px;
	height:64px;
	
}