html, body {
    background: #000;
    color: #fff;
	font-family: "Press Start 2P", sans-serif;
	font-size: 12pt;
    margin: 0;
    padding: 0;
}

canvas {
	background: #0cf;
	border-radius: 4px;
    height: 300px;
	left: 50%;
	margin-left: -400px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
    width: 800px;
}

#info {
	background: #241C1C;
	border: 3px solid #530;
	border-radius: 4px;
	cursor: default;
    height: 145px;
	left: 50%;
	margin-left: -200px;
	margin-top: -72px;
	position: absolute;
	top: 50%;
	white-space: pre;
    width: 400px;
	z-index: 1;
	text-align: center;
}

#loader {
	background: #C87137;
	border: 1px solid #784421;
	border-radius: 4px;
	height: 5px;
	left: 50%;
	margin: -5px -100px;
	padding: 1px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px;
}

#loaderbar {
	background: #E3bBaB;
	height: 100%;
	width: 0%;
}
.years {
	left: 50%;
	margin-left: -250px;
	margin-top: -180px;
	position: absolute;
	top: 50%;
	width:500px;
	text-align: center;
}