.container {
	height: 1300px;
	width: 800px;
	background-color: #000000;
}
.blurb {
	background-color: #000000;
	height: auto;
	width: 650px;
	visibility: visible;
	position: absolute;
	left: 150px;
	top: 585px;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 650px;
	height: auto;
	position: absolute;
	visibility: visible;
	left: 150px;
	top: 987px;
}

.sponsors {
	position: absolute;
	left: 150px;
	top: 1010px;
	width: 650px;
	height: 300px;
	background-color: #FF0000;
	visibility: visible;
}

body {
	background-color: #333333;
	color: #FFFFFF;
}

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