div#main div#home div#cast {
	background: transparent url('/images/meet-the-cast.png') no-repeat scroll 70px center;
	padding-left: 290px;
}

div#main div#home div#cast div {
	text-align: center;
	width: 166px;
	height: 200px;
	float: left;
}

div#main div#home div#cast div img {
	display: block;
	margin: 5px auto;
}

div#main div#home {
	color: #64605e;
	font-size: 18px;
	padding-left: 130px;
	padding-bottom: 30px;
	width: 790px;
}

div#main div#home div#about {
	float: right;
	width: 500px;
	/* to absorb the 1em margin of the first p element */
	margin-top: -1em;
}

div#main div#home div#about p {
	font-family: Georgia, serif;
	text-indent: 2em;
}

div#main div#home div#director {
	width: 290px;
	float: left;
}

div#main div#home div#director a {
	display: block;
	height: 300px;
}

div#main div#slogan {
	color: #d69957;
	font-size: 28px;
	background: transparent url('/images/slogan-background-trans.png') no-repeat scroll;
	width: 867px;
	height: 310px;
	display: block;
	position: relative;
	top: 180px;
	right: 257px;
	margin-bottom: 180px; /* to make up for the 200px top offset... makes elements below line up properly */
}

div#main div#slogan p {
	display: none;
}
