* {
	padding: 0px;
	margin: 0px;
}

body, html {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	
	background-image: none;
	background-color: #000000;
	color: #ffffff;

	width: 100%;
	height: 100%;
	overflow: hidden;
}		

#game {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
