h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1gallerytitle.jpg) no-repeat left top;
    border: none;
    margin-bottom: 0px;
}
#banner-index {
	background-repeat: no-repeat;
	width: 1000px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	margin-bottom: 0px;
	background-image: url(../images/banner06.jpg);
	
}