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;
}
#banner-home {
	background-image: url(../images/banner2.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}
.banner {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	background-image: url(../images/wrapperBG.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height:600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {position: absolute;
	top: 520px;
	left: -100px;}