* { margin: 0; padding: 0;}

body, html { height:100%; }

body { 
	text-align:center;
	font-family: 'Helvetica Neue', Verdana, sans-serif;
}
h1 { 
	font-size:190px;
	text-shadow:5px 5px 0 rgba(255,255,255,0.9);
	margin-bottom:2px;
}
a {	color:#555;	}
a:hover, a:focus { color:#888; }

canvas, footer { display: block; }
#c {
	position:absolute;
	width:100%;
	height:100%;
}

footer {
	position:fixed;
	right:100px;
	bottom:20px;
	padding:0;
	margin:0;
	text-align:right;
}

#people {
	list-style:none;
	color: C4C4C4;
}
#people li {
	margin:0 0 5px 10px;
}
