#xhtmltooltip 
 { 
 position: absolute; 
 width: 300px; 
 max-width: 500px !important; 
 border: 1px solid black; 
 padding: 0px; 
 background-color: #000000; 
 visibility: hidden; 
 z-index: 100; 
 font-family: "Verdana"; font-size: 10px; color: #ffffff; 
 } 
 #imgmap { position: relative; } 
 #imgmap li 
 { 
 position: absolute; 
 display: block; 
 list-style: none; 
 border: 2px blue dotted; 
 overflow: hidden; 
 } 
 #imgmap li a 
 { 
 display: block; 
 width: 100%; 
 height: 100%; 
 background: url(space.gif); 
 } 
 #area1 
 { 
 left: 30px; 
 top: 30px; 
 width: 50px; 
 height: 30px; 
 } 
 #area2 
 { 
 left: 150px; 
 top: 60px; 
 width: 60px; 
 height: 20px; 
 } 
 #area3 
 { 
 border: 0px solid white; 
 left: 300px; 
 top: 250px; 
 width: 30px; 
 height: 70px; 
 } 
 #area4 
 { 
 left: 400px; 
 top: 25px; 
 width: 150px; 
 height: 100px; 
 } 