#nav {
	margin-bottom: 0;
	border-bottom: 0;
}
#heroshot {
	height: 400px;
	margin-bottom: 35px;
	background: url('../images/heroshot.jpg') no-repeat left top;
}
#messages {
	position: absolute;
	left: 0;
	top: 320px;
	width: 100%;
	height: 80px;
	color: #FFF9E5;
}
#messages .message {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	text-align: right;
}
#messages .message h2 {
	padding: 0 25px;
	font-size: 2.25em;
	line-height: 1.1em;
	color: #FFF9E5;
}
#messages .message h2 big {
	font-size: 1.5em;
	line-height: 1.5em;
}
#messages p {
	padding: 0 25px 20px;
	line-height: 1.5em;
}
