@font-face {
	font-family: 'Heuristica';
	src: url('fonts/heuristica-regular.eot');
	src: local(''), url('fonts/heuristica-regular.woff') format('woff'), url('fonts/heuristica-regular.otf') format('opentype'), url('http://kernest.com/embed/heuristica-regular');
}
 
body, html {
	margin: 0;
	padding: 0;
	font-family: Heuristica, Times New Roman, sans-serif;
	background-color: #000;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -400px;
	width: 800px;
	
	color: #dbdbdb;
	text-align: center;
	font-size: 22px;
}

h1 {
	font-weight: normal;
	font-size: 65px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	margin-bottom: 20px;
}

a:link, a:visited  {
	color: #ffff92;
}