.gameCanvas{
	max-width:100%;
	margin:0 auto;
	display:block;
	
}

@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: url('../fonts/gothic.woff') format('woff'), 
		 url('../fonts/gothic.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}