
.game canvas, .game div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.game canvas {
	width: 100%;
	height: 100%;
	user-select: none;
	-webkit-user-select: none;
}

#canvas_white {
	z-index: 2;
	background-image: url('/media/game/insectosmash/assets/images/wood.jpg');
	background-size: cover;
}
#canvas_BG, #canvas_insects, #canvas_FG, #canvas_weapon {
	z-index: 2;
}
#canvas_HUD {
	z-index: 3;
}
#white_MC {
	width: 100%;
	height: 100%;
	background-color: white;
}
