#gameContainer {
	width: 100%;
	height: 100%;
	text-align: center;
}

#gameCanvas { 
	background-color: #000000; 
	margin: 0 auto;
}