/* CSS Document */
#wtsContainer{
margin:auto;
float:none;
width:600px;
height:380px;
/*background-color:#FFCC99;*/
}
#wtsouter 
{
height: 380px;
width:600px;
position: relative;
}
#wtsmiddle 
{
width:600px;
height: 380px;
/*background-color:#FF00FF;*/
display: table-cell;
vertical-align: middle;
}
#wtsText{
margin-top:10px;
}

