@font-face {
    font-family: 'SortsMillGoudyRegular';
    src: url('GoudyStM-webfont.eot');
    src: url('GoudyStM-webfont.eot?#iefix') format('embedded-opentype'),
         url('GoudyStM-webfont.woff') format('woff'),
         url('GoudyStM-webfont.ttf') format('truetype'),
         url('GoudyStM-webfont.svg#SortsMillGoudyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SortsMillGoudyItalic';
    src: url('GoudyStM-Italic-webfont.eot');
    src: url('GoudyStM-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('GoudyStM-Italic-webfont.woff') format('woff'),
         url('GoudyStM-Italic-webfont.ttf') format('truetype'),
         url('GoudyStM-Italic-webfont.svg#SortsMillGoudyItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	background-color: #000000;
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	text-align: center;
	top: 35%;
	width: 100%;
}

#title {
	color: #37A2F8;
	display: block;
	font-family: 'SortsMillGoudyRegular';
	font-size: 4em;
}

#navigation {
	color: #B1DCF8;
    font-family: 'SortsMillGoudyItalic';
	font-size: 1.5em;
}

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