div#wn { 
	position:relative;
	width:200px; 
	height:60px; 
	z-index:1000;
	clip:rect(0, 200px, 60px, 0);
	overflow:hidden;
	background-color:#f2f2f2;
	margin-bottom:8px
}
div#cnt { position:absolute; z-index:1 }
div#cnt td {
	width:200px; 
	height:60px; 
	text-align:center; 
	vertical-align:middle;
}
