
h1 {
font-size: 29px;
color: #6ea1c0;
text-transform: uppercase;
padding: 0 0 0 30px;
line-height: 32px;
background: url("stern.png") 0px 5px no-repeat;

}

.wrapper {height: 100%;
            width: 960px;
            margin: 0 auto;
			position: relative;
			}		
			
.head {
          background-image: url("head.jpg");
		  height: 184px;
}

.head .hotspot1 {
    width: 160px; height: 40px;
    position: absolute;
    top: 120px; 
    left: 40px;	
  }

  .head .hotspot2 {
    width: 240px; height: 40px;
    position: absolute;
    top: 120px; 
    left: 210px; 
  }
  
  .head .hotspot3 {
    width: 130px; height: 40px;
    position: absolute;
    top: 120px; 
    left: 450px; 
  }

.middle {
          background-image: url("middle.jpg");
		  background-repeat: repeat-y;
		  padding: 10px 70px 0 50px;
		  font-family: tahoma;
		  font-size: 16px;
		  line-height: 25px;
}
.pix {
		text-align: center; 
		}
.footer {
          background-image: url("footer.jpg");
		  height: 146px;
}
 
