body {
	background-color: black;
    font-family: sans-serif;
}

h1 {
	display: none;
	font-family: sans-serif;
	color: white;
	text-align: center;
}

div, img {
	margin: auto;
	text-align: center;
}

div#footer {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: -100;
}

div#footer a {
	color: #666;
}

span.imp {
	color: #ccc;
}

.main-link {
    text-align: center;
    font-size: 20pt;
    margin: 16pt;
    color: silver;
}


