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

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

	background-image:url(img/huntsville-live-test-band.svg);
	background-size:cover;
	/*background-position:center;*/
	min-height:320px;
	overflow-x:hidden;
}

a {
	color:#ddd;
}


img {
	max-height:100%;
	height:100%;
	position: absolute;
	margin-left: 0px;
	margin-bottom: 0px;
}

