
/* repeated code per header */ 
#image, #image span { 
 width: 636px; height: 70px; 
 background-image: url(beastbanner.jpg); 
 background-repeat: no-repeat; 
} 
 /* This is what moves the text under the span */ 
#image span { margin-bottom: -75px; } 
/* code for all styled headers */ 
h1 span { 
 display: block; 
 /* place the span on top */ 
 position: relative; 
 z-index: 1; 
}


