#home-spacer {
	height: 49px;
	background: white url('../images/home-spacer.png') no-repeat 0 top;
}

#home-partners {
	height: 105px;
	background: white url('../images/home-partners-back.png') no-repeat 0 top;
}

#home-partners h3 {
	float: left;
	width: 208px;
	height: 105px;
	margin: 0;
	padding: 0;
	text-indent: -2000em;
}

.partner {
	float: left;
	width: 226px; /* Was 170px each with 4 sponsors */;
	height: 105px;
	text-align: center;
}

#home-footer {
	height: 111px;
	background: white url('../images/home-footer-back.png') no-repeat 0 top;
	position: relative;
}

#phone {
	position: absolute;
	top: 48px;
	left: 347px;
    width: 95px;
    height: 14px;
	background: url('../images/home-footer-phone.png') no-repeat;
	text-indent: -2000em;
}

#email {
	position: absolute;
	top: 48px;
	left: 477px;
	display: block;
    width: 118px;
    height: 14px;
	background: url('../images/home-footer-email.png') no-repeat;
	text-indent: -2000em;
}

#nav {
	z-index: 1000;
}
#flash {
	z-index: 1;
	height: 443px; /* Should be 442 */
}