   .banner {
      position:absolute;
      left: 0; top: 0;
      z-index:1;
   }
   .link {
      position:absolute;
      left: 0; top: 0;
      z-index:2;
      width: 125; height: 230;
     background: url('/n.gif') repeat;
   }
   .container {
      position: relative;
      width: 125; height: 230;
   }

   table.tbanner {
     width: 127;
     cellspacing: 0;
     cellpadding: 1;
     bgcolor: #85C226;     
   }

.tble {
display:table;
border:1px solid red;
}

.tr {
display:table-row;
border:1px solid red;
}

.td {
display:table-cell;
border:1px solid red;
}
