BODY
{
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-image: url(fff_start.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000;
}

#canvas {height: 90vh;}

#contact {
	width: 99%;
	text-align: center;
	position: absolute;
	bottom: 100px;
}

A
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Arial, sans-serif;
	transition: 0.3s;
}

A:hover {color: #342C1A;}