body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: rgb(16,0,64);
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-position: top left;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
	background-image: url('../img/big_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 100%;
}
canvas {
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 64px rgba(255,255,255,0.25);
	position: relative;
}
#fps {
	position: fixed;
	top: 40px;
	right: 4px;
	padding: 4px;
	background: rgba(255,255,255,0.25);
	color: rgb(255,255,255);
	border: 2px solid rgb(255,255,255);
	border-radius: 64px;
	font-weight: normal;
	font-size: 8pt;
	z-index: 999;
}
.fontTest {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.1;
	color: rgba(255,255,255,0.1);
}
#test {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
#audio {
	position: fixed;
	top: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	background-image: url(../img/audio.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	opacity: 0.5;
	z-index: 999;
}
#audio.mute { background-position: 100% 0 !important; }