* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	overflow: hidden;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#banner {
	background: url('images/transpBlack.png');
	padding: 10px 0;
	position: relative;
	top: 190px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 300%;
	text-transform: uppercase;
	z-index: 6000;
}

#attribution {
	position: relative;
	top: 0px;
	font-size: 50%;
	text-transform: lowercase;
}