body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div {
	position: absolute;
}

* {
	outline: none;
	border: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}


@font-face {
	font-family: 'xmas';
	src: url('../fonts/xmas-webfont.eot');
	src: url('../fonts/xmas-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/xmas-webfont.woff2') format('woff2'),
	url('../fonts/xmas-webfont.woff') format('woff'),
	url('../fonts/xmas-webfont.ttf') format('truetype'),
	url('../fonts/xmas-webfont.svg#xmasregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body { font-family: 'xmas'; }