
body {
    position: relative;
    margin: 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;
	width: 400px;
	height:400px;
    background-color:rgb(255,255,255);
}

.cls_canvas {
	position: absolute;
}

#id_canvas1 {
    position: absolute;
    z-index: 1;
}

#id_canvas2 {
    position: absolute;
    z-index: 2;
}

#id_canvas3 {
    position: absolute;
    z-index: 3;
}

#loading{
	position:absolute;
	z-index:10;
    visibility : hidden;

	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:40px;
	height:40px;
}

#splash{
	position:absolute;
	z-index:10;

	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:193px;
	height:36px;
}
