canvas {
	margin:0px;
	background: url(../../../../res/html5/css/carbon.png) 100% 100% repeat;
	background-color: #222;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:black;
	outline:none;
}

body {
	background: url(../../../../res/html5/css/carbon.png) 100% 100% repeat;
}

html, body {
	color:white;
	background-color: black;
	height: 100%;
	margin: 0 0 0 0;
	overflow:hidden;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}