﻿.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

h2 {
   position: absolute;
   top: 1px;
   left: 0;
   width: 100%;
}
h2 span {
   color: blue;
   font: bold 50px/50px Chiller, Sans-Serif;
   letter-spacing: -1px;
   padding: 10px;
}
h2 span.spacer {
   padding:0 0px;
}
