h1 span{
    display:none;
}
 
h1 {
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h1hometitle.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/h2hometitle.png) no-repeat left top;
    border: none;
}
#main h3 span{
    display:none;
}
 
#main h3 {
    display:block;
    height: 50px; /*change to the height of the image*/
    background:url(../images/h3hometitle.png) no-repeat left top;
    border: none;
}

