html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background-color: #666464;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	color: gray;
}

canvas{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: black;
}

h1{
	align-items:stretch;
	font-size: 26px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

#container{

	width: 100%;
	height: 100%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

#header{
	position:relative;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	height: 100px;
	background-color:#000;
}

a:link {text-decoration:none; color:#ffb060}
a:visited {text-decoration:none; color:#ffb060}
a:hover {text-decoration:none; color:#ffb060}
a:active {text-decoration:none; color:#ffb060}