@import url(http://fonts.googleapis.com/css?family=Aldrich);

body,html{
	background:#1b1b1b;
	color:#999;
	font-family: 'Aldrich', sans-serif;
	font-size:1em;
	margin: 2em auto;
	width:45em;
}


h1{
	font-size:6em;
}
a{
	color:#ccc;
	text-decoration:none;
}
a:hover{
	color:#ddd;
	border-bottom:.5em solid #333;
}
p{
	line-height:2em;
	margin-bottom:1em;
}
li{
	line-height:2em;
	margin-left:2em;
}
header{
	text-align:center;
	padding-bottom:1em;
}
footer{
	position:absolute;
	bottom:0;
	background:#1b1b1b;
	text-align:center;
	width:45em;
	z-index:10;
   
}