html, body {
	width		: 100%;
	height		: 100%;
}

body {
	background-color: #000000;
	margin		: 0px;
	overflow	: hidden;

	font-family	: arial;
	
	-moz-user-select	: none;
	-webkit-user-select	: none;
}

