.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width:600px;
    height:400px;
    background: #fff;
}
.wraptocenter * {
    vertical-align: middle;
}
/* IE/Mac \*//*/
* html .wraptocenter {
    display: block;
}
* html .wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
