h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1home.png) no-repeat left top;
    border: none;
}
#outer_wrapper {
	width: 100%;
	background-color: #231f20;
	padding-top: 10px;
	padding-bottom: 300px;
	background-image: url(../images/owBG.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#banner {
	background-repeat: no-repeat;
	width: 1000px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-bottom: 0px;
	background-image: url(../images/banner-home.jpg);
	
}
