body, td { font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 10px; }
	
/* specifications for containing layer */
#outer	{ position:relative; width:275px; z-index:100 }
/* specifications for image and text layers */
#imgDiv	{ position:absolute; left:0; top:0; z-index:1 }
/* left and top set to position text correctly with image's borders */
#infoDiv	{ position:absolute; left:10px; top:10px; z-index:2 }
/* specifications for text layer content 
   set width here to remind ns4 */	
.info	{ width:275px;
  font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 11px; }	