/*  index02.css  */
#pictures {
 position: relative;
 height: 265px; 
}
img#pic1,
img#pic2 {
 position: absolute;
 top: 42px;
 width: 200px;
 height: 200px;
 z-index: 1;
}
img#pic1 { left: 13px; }
img#pic2 { right: 13px; }
img#mask1,
img#mask2 {
 position: absolute;
 top: 0;
 width: 221px;
 height: 265px;
 z-index: 2;
}
img#mask1 { left: 0; }
img#mask2 { right: 0; }
div#tekst {
 position: relative;
 z-index: 3;
 text-align: center;
 margin-top: -260px; 
 padding: 0 222px 0 222px;
}
