html,
body {
	background-color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: block;
}

body {
	background-color: #333;
	background-size: cover;
	background-repeat: no-repeat;
}

div.game,
div.message {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

div.message {
	text-align:center;
	display: none;
	color: white;
	margin-top:auto;
	margin-bottom:auto;
}

div.message img {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -281px;
}

.load-font {
	font-family: 'Mouse Memoirs', sans-serif;
	color: transparent;
}
