#game
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	background-color:#FFFFFF;
}

#pn_gameContainer
{
	width:100%;
	height:100%;
	overflow:hidden;
	width:100vw;
	height:75vw;
	max-width:133.33vh;
	max-height:100vh;
	margin:auto;
	right:0;
	left:0;
	top:0;
	bottom:0;
}

#game
{
	display:block;
	margin-left : auto;
	margin-right : auto;

}
body
{
	margin: auto;
	background-color:#000000;
	width: 100%;
	height: 100%;
}
@font-face {
	font-family: 'curseCasual';
	src: url('../fonts/Curse Casual.ttf');
	font-weight: normal;
	font-style: normal;
}
