body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #fcf5e6;
	color: #333;
}
#wrapper {
	width: 1010px;
	height: 745px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/splash/bg_splash.gif);
}
#content {
	position: relative;
	top: 535px;
	left: 0;
}
h1 {
	display: block;
	position: absolute;
	left: 380px;
	top: 176px;
}
h2 {
	display: block;
	margin: 0 auto;
	width: 716px;
	height: 31px;
	background-image: url(../images/splash/heading_wine-is-all-about.png);
}
p {
	margin: 10px 0;
}
a {
	color: #71725d;
}
h2 span {
	position: absolute;
	left: -99999px;
}
#sponsors {
	display: block;
	width: 449px;
	margin: 0 auto;
}
#sponsors li {
	display: block;
	float: left;
}
p#footer  {
	font-size: 11px;
	color: #2f2f2f;
	clear: left;
}

p#footer  img {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	float: none;
}