body {
	padding: 0; margin: 0;
	background: #A0CDEE url(bg-body.png) no-repeat top left;
	font-family: "Lucida Sans", Arial, Sans-Serif;
	font-size: small;
}

#wrapper {
	float: left;
	width: 960px;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	width: 960px;
	height: 345px;
	background: transparent url(bg-h1.png) no-repeat top left;
	float: left;
}

h1 span {
	display: none;
}

#sponsors {
	float: left;
	width: 660px;
	margin: 200px 0 0 100px;
	list-style-type: none;
}

#sponsors li {
	float: left;
	margin: 0 30px 20px 0;
	height: 150px;
	width: auto;	
}

#footer {
	float: left;
	width: 960px;
	margin: 0 0 0 100px;
}

#footer li {
	float: left;
	list-style-type: none;
	color: #3B7FB1;
	margin-right: 30px;
	font-size: 80%;
	line-height: 1.6;
	width: auto;
}