html, body {
    margin: 0;
	font-family: monospace;
}

#logo {
    margin: auto;
    margin-top: 100px;
	margin-bottom: 50px;
    background: url(img/logo.png) no-repeat;
    height: 262px;
    width: 631px;
}
nav {
	margin: auto;
	width: 114px;
}

a {
	font-size: 24pt;
	text-decoration: none;
	color: #000000;
}