* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

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

canvas, section {
	display: block;
}

#c {
	position: absolute;
}

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

#effects {
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
