*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 62.5%;
}

body
{
	font-family: monaco, terminal, "lucida console", consolas, verdana;
	font-size: 1em;
	line-height: 1.5em;
	
	background: #020b0b;
	color: #fdf4f4;
}

h1
{
	font-size: 1em;
	font-weight: 100;
}

ul
{
	list-style-type: none;
}

a
{
	text-decoration: none;
	color: #f3a823;
}

a:hover
{
	text-decoration: underline;
}

#info
{
	position: absolute;
	left: 2em;
	top: 2em;
	z-index: 1;
}

#logo
{
	position: fixed;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;
}