* { 
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
body {
	text-align: center;
	font-size: 11px;
	font-family: Helvetica, Arial;
	line-height: 20px;
	color: #000;
	background-color: #333;
}
#wrapper {
	text-align: left;
	width: 1024px;
	margin: 0 auto;
}
#main {
	float: left;
	display: inline;
	width: 1024px;
	background-color: #888;
}

/* ------- Sponsors ------------------- */

ul#footer_sponsors {
	float: right;
	height: 60px;
	padding: 30px 0 20px 0;
	margin-right: 40px;
}
ul#footer_sponsors li {
	float: left;
	display: inline;
}
ul#footer_sponsors li a { 
	display: block;
	text-decoration: none;
}

/* ------- Footer --------------------- */

#copyright {
	float: left;
	width: 1024px;
	text-align: center;
	padding: 15px 0;
	color: #FFF;
}
#copyright a { color: #FFF; }
#copyright a:hover { text-decoration: none; }

#funder {
	float: left;
	font-size: 9px;
	width: 1024px;
	text-align: center;
	padding: 5px 0;
	color: #999;
}
#funder a { color: #999; }
#funder a:hover { text-decoration: none; }

/* -------- Miscelaneous Styles ------- */

a span { display: none; }
a, a:active, a:visited, a:hover { outline: none; }
a img { border: 0; }
p { margin-bottom: 20px; }