

.cssTable{
	display: table; 
	min-height: 200px; 
	#position: relative; 
	overflow: hidden;
}
.cssTableCellOut{
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;

	
}

.cssTableCellIn{
	 #position: relative; 
	 #top: -50%;
	 min-width:220px;
	 text-align:center;
	 color:#000;
}
.cssTableCellInForeNumber{
	 #position: relative; 
	 #top: -50%;
	 min-width:20px;
	 text-align:center;
	 color:#000;
}

.poem{
	margin-left:30px;
	text-align:left;
}