html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	/*background: #000000;*/
	background: #C8ECFE url(bgimage.png) no-repeat top center;
	background-size: cover;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

@font-face {
	font-family: 'angrybirds-regular';
	src: url('fonts/angrybirds-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'onomatoshark';
	src: url('fonts/onomatoshark.ttf') format('truetype');
}

@font-face {
	font-family: 'rovio';
	src: url('fonts/rovio.ttf') format('truetype');
}

@font-face {
	font-family: 'angrybirds-bold';
	src: url('fonts/angrybirds-bold.ttf') format('truetype');
}

