body {
    background-color:#101010;
	color:#eeeeee;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	text-align:center;
}

div.page-head {
	color:#ffffff;
	width:100%;
	position:fixed;
	top:0px;
	background-color:#000000;
	border-bottom: 3px solid #ffffff;
}
div.page-head h1 {
	font-size:42px;
	position:relative;
}

div.big-num-link {
	text-align:center;
	font-size:3em;
	display:inline-block;
	width:40%;
	padding:13px;
}

a, a:link, a:visited {
	color:#d00000;
}
a:hover, a:active {
	color:#d00000;
}

div.main {
	margin-top:160px;
}