* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #333;
	font-family: Helvetica Neue, Verdana, sans-serif;
	font-size: 20px;
	text-align:center;
	background: #222;
}

p {
	line-height: 1.5em;
	list-style: none;
}
p a, p a:visited {
	color: #003f48;
	text-decoration: none;
}

	p a:hover {
		border-bottom: 1px solid #003f48;
	}

canvas, section {
	display: block;
}

#c {
	position: absolute;
}

#attribution {
	text-align: left;
	bottom: 20px;
	position: absolute;
	right: 30px;
}
