body {
	background-image: url(http://www.aboriginaldaylive.com/images/bg.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Gotham Medium", "Gotham Book", "Trebuchet MS";
	color: #ffffff;
}
#header {
	background: #000000;
	text-align: center;
	padding: 20px;
}
#body {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
#footer {
	padding: 10px;
	margin-top: 40px;
	text-align: center;
}
.left {
	float: left;
	width: 660px;
}
.right {
	float: left;
	width: 320px;
	clear: right;
	text-align: center;
	font-size: 34px;
}
.right p {
	padding: 10px;
}
.clear {
	clear: both;
}
h1, p, body, html {
	margin: 0;
	padding: 0;
}
.headline {
	font-family: "Gotham Bold", "Gotham Book", "Trebuchet MS";
	font-size: 28px;
	color: #0099cc;
	background-color: transparent;
	line-height: 28px;
}
.blue {
	color: #0099cc;
}
.purple {
	font-size: 14px;
	background-color: #cc99cc;
}
.pink {
	font-size: 12px;
	background-color: #ff3399;
}
.orange {
	font-size: 12px;
	background-color: #ff6633;
}
.yellow {
	font-size: 12px;
	background-color: #ff9933;
}
.map {
	font-size: 12px;
	margin-bottom: 10px;
}
.event {
	width: 600px;
	font-size: 16px;
	line-height: 16px;
}
.countdown {
}
.sponsorContainer {
	text-align: center;
	height: 95px;
	margin: auto auto;
	padding: 5px;
}
.sponsor {
	height: 90px;
	width: 150px;
	margin: 5px 5px 0px 0px;
	padding: 4px;
}
a:link {
	text-decoration: none;
	color: #0099cc;
	background-color: transparent;	
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color:#cccccc;
}