#game {
	height: 100%;
}

#game canvas {
	position:relative;
	height: 100%;
	margin: 0 auto;
	display: block;
	background-color:black;
}

h1{
	font-family: "KookyBT-Regular", "Georgia", serif;
	color: #000;
	font-size: 24px;
}

h2{
	font-family: "Komika-Regular", "Georgia", serif;
	color: #000;
	font-size: 24px;
}