html, body {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #0a0a0b;
	overflow: hidden;
}
body.fullscreen {
	cursor: none;
}
#moxmagus {
	display: block;
	position: absolute;
	background-color: #000;
	width: 800px;
	height: 600px;
	padding: 12px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: none;
	z-index: 2;
	background-image: url('../gfx/border.png');
	background-position: center;
	background-repeat: no-repeat;
}
.fullscreen #moxmagus {
	background-image: none;
}
.fullscreen .text {
	display: none;
}
.text {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#fullscreen-text {
	bottom: 27px;
	font-size: 13px;
	color: #555;
}
#copyright-text {
	bottom: 3px;
	font-size: 11px;
	color: #333;
}