body{
	background-color: #D6D6D6;
}

#banner h1{
	background-color:#800000;
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#banner h1 img{
	display:block;
	position: relative;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}

#message{
	background-color: #FFFFFF;
	width: 960px;
	margin: 10 auto;
	padding: 25 0;
	font-family: proxima-nova, sans-serif;
	text-align: center;
}