#banner {
	position:relative;
	height:450px;
	background-color:#eaeaea;
	background-image:url('images/.png');
	background-size:cover;
	background-repeat: no-repeat;

	border-top:5px solid #e4e5e6;
	border-bottom:2px solid #e4e5e6;
	margin-bottom:10px;
}