body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	overflow: hidden;
}
#info {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	color: #fff;
}
