h1 span{
    display:none;
}
 
h1{
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1reviewtitle.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/h2reviewtitle.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/h4reviewtitle.png) no-repeat left top;
    border: none;
}
#home-slider {
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	background: #232323 url(../images/nopiggies-night.jpg) center top;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}
.bannerhome {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

}
.logo {float: left; margin-left: 45px; margin-top: 30px;}