#centerVert1{
top: 0; left: 0; width: 100%; height: 100%;
position: fixed;
display: table;
}


#centerVert2{
display: table-cell;
vertical-align:middle;
}

#wrapper{
width:950px;
margin: 0 auto;
background-color:#ffffff;
display:block;
}



