html {
	height: 100%;
}

body {
	font-family: Helvetica, sans-serif;
	background-color: #000000;
	background: radial-gradient(ellipse at center, #1f1f1f 0%, #000000 100%);
	margin: 0px;
	overflow: hidden;
}

#info {
	position: absolute;
	top: 10px;
	width: 100%;
	color: #ffffff;
	padding: 5px;
	font-family: Monospace;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}
