#banner {
	text-decoration: none;

background-image: linear-gradient(180deg, rgba(6,56,94,0.80) 0%, rgba(96,146,185,0.80) 100%), url(/oimages/banner/banner2-500.jpg);	/* opacity: 0.4; */
	background-size: cover;
	position: relative;
	height: 150px;
	width: 100%;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center center;
    z-index: 0;
    /* -webkit-box-shadow: 0px 0px 35px 15px rgba(0,0,0, 0.71); */
	/* -moz-box-shadow: 0px 0px 35px 15px rgba(0,0,0, 0.71); */
	/* box-shadow: 0px 0px 35px 15px rgba(0,0,0, 0.71); */
}