
div#wn { 
  position:absolute; right:70px; top:380px;
  width:220px; height:80px; z-index:1000;
  clip:rect(0, 220px, 80px, 0); overflow:hidden;
  background-color: white;

  }
div#cnt { position:absolute; z-index:1 }
div#cnt div.item { 
	width:220px; height:80px; 
   text-align:center; vertical-align:top;
 }

div#cnt td {
  width:220px; height:80px; 
  text-align:center; vertical-align:middle;
  color: #D00000;
  }
