*,
body,
html {
	margin: 0;
	padding: 0
}

#canvas,
#container {
	width: 100%;
	height: 100%
}

#canvas,
#stats {
	position: absolute;
	z-index: 10
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	font: 16px/1.4 Lato, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

body {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	cursor: context-menu;
}

#container>p {
	width: 100%;
	float: left;
	position: relative;
	top: 50%;
	transform: translateY(-40%);
}

#container>p>img {
	width: 80%;
	max-width: 606px;
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#container>p>a {
	width: 50%;
	max-width: 344px;
	float: left;
	position: relative;
	left: 50%;
	transform: translate(-50%, -20%);
	clear: both;
}

#container>p>a>img {
	width: 100%;
	float: left;
}