
.textito {
	font-family: Armageda;
}

html, body {
	
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #0099CC; 
}






#gameArea {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 768px;
	margin-top: -315px;
	margin-left: -520px;
	background-color: #0099CC;
}

#canvas {
	font-family: Armageda;
	width: 100%;
	height: 100%;
	background-color: #0099CC;
}

