#splash {
	margin: 80px auto 0 auto;
	width: 650px;
	height: 350px;
	background: transparent url(/static/images/splash.jpg) center center no-repeat;
}
#splash h1,
#splash p {
	display: none;
}

#listings {
	width: 660px;
	margin: 0 auto;
}

#listings h2 {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #C4161C;
	border-bottom: solid 1px #9A9A9A;
}

#listings ul {
	width: 660px;
	list-style-type: none;
}
#listings ul li {
	width: 220px;
	float: left;
	margin: 10px 0 0 0;
}

#corporate {
	width: 144px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/static/images/corporate.png) top left no-repeat;
}
#corporate a {
	display: block;
	width: 144px;
	height: 144px;
	text-indent: -9999px;
	font-size: 0.1em;
	text-decoration: none;
}