@charset "utf-8";

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

.h2 { 
   position: absolute; 
   top: 120px; 
   left: 20px; 
   width: 50%; 
   color: white;
   font-size: 2em;
}

.image1 {
   position: absolute; 
   top: 0px; 
   left: 0px;    
}

.image2 {
   position: absolute; 
   top: 5px; 
   left: 150px;    
}

.text1 {
   position: absolute; 
   top: 400px; 
   left: 10px;

}
.text2 {
   position: absolute; 
   top: 120px; 
   left: 20px;
}