html {
	background: #FFFFFF no-repeat center top;
}


body {
	width: 800px;
	height: 600px;
	margin: auto;
	position: relative;
	
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;

}

#sponsors {
	position: absolute;
	width: 200px;
	top: 100px;
	left: 0px;
}

#content {
	position: absolute;
	width: 600px;
	top: 100px;
	left: 225px;
}

#content p {
	margin-bottom: 0;
}

#content h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content ul {
	margin-top: 10;
}


a:link {
	color: #blue
}

a:visited {
	color: #blue;
}
