html {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	margin:0px;
	padding:0px;

	color:white;
	font-family:sans-serif;
	background-color:rgba(164,165,164,1); /*just in case it shows through at the bottom...*/

	/*background-image:url(img/scene.png);*/
	background-size:cover;
	/*background-position:center;*/
	min-height:320px;

	overflow-y: hidden;

}

a {
	color:#ddd;
}

h1 {
	font-size: 43px;
	text-align:center;
	padding-bottom:0%;
	padding-top:6%;
    	width: 75%;
	margin: 0 auto;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, 0%);
}

img {
	display: block;
	max-height:250px;
	max-width:95%;
	height: 28%;
	margin: 0px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0%);
}
@media (max-height:600px) {
	img {
		max-height:200px;
	}
	h1 {
		font-size:43px;
	}
}
@media (min-width:960px) {
	img {
		margin:0px auto;
	}
}

.band {
	position: absolute;
	width: 100%;
	height: 8.5%;
	top: 46%;
	z-index: -1;
	background-color:rgba(45, 45, 45, 1);
}

footer {
	/*background-color:rgba(75,75,75,0.5);*/
	font-size:18px;
	text-align:center;
	padding:32px 0px;
	
	position:absolute;
	bottom:0px;
	width:100%;
}

footer > div.attribution{
    text-align: right;
    font-size: 12px;
    color: black; 
}

footer > * {
	margin: 0px 32px;
}

footer > a {
	white-space: nowrap;
}

