div {
 text-align:justify;
 border: 0px solid transparent;
 font:  Arial,Verdana sans-serif;
 /*IE6 border colour transparency hack  */
 /* set an unused color to be index color*/
 _border-color:#123456; 
 /*then remove this indexed color*/
 _filter:chroma(color=#123456);
}
p {z-index: 200;}
div#element_00 { left: 2.5%; }