/********************************************************************/
html, body {
	margin:0;border:0;padding:0;
	width:100%;height:100%;
	background-color:#000000;
	overflow:hidden;
	cursor: url('../assets/cursors/cursor_arrow.png') 11 0, default;
	font-size:0px;
}
* {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */    
	-webkit-tap-highlight-color: transparent;
}
/********************************************************************/
canvas.crehab-canvas {
	margin:0 auto;border:0;padding:0;
	width:100%;height:100%;
	display:block;
	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */    
	-webkit-tap-highlight-color: transparent;
}
#crehab-canvas:-webkit-full-screen {
	width:100%;height:100%;
}
/********************************************************************/
div.layers {
	margin:0;border:0;padding:0;
	width:100%;
	height:100%;
	position:relative;
}
	div.layers div.layer{
		margin:0;border:0;padding:0;
		width:100%;height:100%;overflow:hidden;
		position:absolute;
		font-size:0px;
	}
/********************************************************************/
#layer-canvas 	{z-index:90010;display:none;}
#layer-setting 	{z-index:90020;display:none;}
#layer-preload 	{z-index:90030;display:none;}
#layer-error 	{z-index:90040;display:none;}
/********************************************************************/
div.vr {
	margin:0 0 0 -1px;border:0;padding:0;
	width:1px;height:100%;
	display:inline-block;vertical-align:middle;
	background-color:transparent;
}
/********************************************************************/