
div.wrapper{   
 float:left; /* important */  
 position:relative; /* important(so we can absolutely position the description div */  
}   
img.map{  
position:absolute;
  top:65px; /* position will be on top */  
  left:390px; 
  }
div.description{   
  position:absolute; /* absolute position (so we can position it where we want)*/  
  top:8px; /* position will be on top */  
  left:0px;   
  width:100%;   
 /* styling bellow */      
  font-family:tahoma;   
  font-size: 12px;   
  padding-bottom: 13px; 
 /*  opacity:0.6; /* transparency */  
 /*   filter:alpha(opacity=60); /* IE transparency */  
} 
a.link {font-family:tahoma;   
  font-size: 22px; 
  color:#FFFF88;
  text-decoration: none;  
  line-height: 24pt }
 
  
p.list {
position:absolute; /* absolute position (so we can position it where we want)*/  
  top:32px; /* position will be on top */  
  left:0px;  
  width:100%;   
 /* styling bellow */      
  font-family:tahoma;   
  font-size: 14px;   
  padding-bottom: 13px; 
 /*  opacity:0.6; /* transparency */  
 /*   filter:alpha(opacity=60); /* IE transparency */  
} 
a.link {font-family:tahoma;   
  font-size: 22px; 
  color:#000000;
  text-decoration: none;  
  line-height: 28pt }

p.description_content{    
  margin-left: auto;
  margin-right: auto;    
  font-family:tahoma;   
  font-size: 25px;   
}  