#banner {
	position: absolute;
	z-index: -5;
	background-color: #fff;
	-webkit-box-shadow: 0 0px 7px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0px 7px rgba(0,0,0,.3);
	box-shadow: 0 0px 7px rgba(0,0,0,.3);
	border-radius: 0;
	height: 57px;
	top: 12em;
	width: 100%;
} 

a.siteName { display: block; margin-left: 8.2em; margin-top: 2em; font-size: 30px; font-weigh: 300; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; }
a.siteName:hover, a.siteName:active, a.siteName:focus  { text-decoration: none; }