* {
	color: #fff;
	font-family: 'Press Start 2P', cursive;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 3px;
}

a {
	text-decoration: none;
	cursor: pointer !important;
}

	a:hover {
		color: #f00;
	}

body {
	background: #000;
}

#credits {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #000;
	padding-top: 15%;
	padding-left: 25%;
	padding-right: 25%;
}

	#credits #close {
		display: block;
		margin-top: 150px;
		text-align: left;
	}

	#credits label {
		display: inline-block;
		width: 350px;
	}

#footer .left {
	position: absolute;
	left: 20px;
	bottom: 30px;
}

#footer .right {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

#footer a {
	margin-right: 20px;
}

canvas {
	position: absolute;
	display: block;
	width: 640px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
}

.webgl-content * {
	border: 0;
	margin: 0;
	padding: 0;
}

.webgl-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#gameContainer {
	width: 640px;
	height: 640px;	
}