h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1abouttitle.png) no-repeat left top;
    border: none;
}
h2 span{
    display:none;
}
 
h2{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h2abouttitle.png) no-repeat left top;
    border: none;
}
h4 span{
    display:none;
}
 
h4{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h4abouttitle.png) no-repeat left top;
    border: none;
}
#home-slider {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	background: #232323 url(../images/standard/thepigfarmerandpigs-dusk.jpg) center top;
	border-top: 1px solid #222;
}

