@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('league_gothic-webfont.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('league_gothic-webfont.woff') format('woff'), url('league_gothic-webfont.ttf') format('truetype'), url('league_gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans500';
	src: url('museosans_500-webfont.eot');
	src: url('museosans_500-webfont.woff') format('woff'), url('museosans_500-webfont.ttf') format('truetype'), url('museosans_500-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#headline
{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:60px;
	margin-left:-300px;
	margin-top:-30px;
	text-align:center;
	font-size:60px;
	text-transform:uppercase;
	font-family:LeagueGothicRegular, arial;
}

#subtitle
{
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:60px;
	margin-left:-300px;
	margin-top:40px;
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	font-family:MuseoSans500, arial;
}

#topgradient{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:400px;
	background-repeat:repeat-x;
}
