/* Main elem */
.banner {
	background:url(../images/header.jpg) repeat-x;
    height: 75px;
    width: 100%;
			box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
			border-bottom:2px solid #999;
			padding-bottom:5px;
}
