.image {
   position: relative;
   width: 100%; /* for IE 6 */
}

.textOverlay {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
