html, body {
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #fff;
}

#page {
    position:absolute;
    top:50%;
    left:50%;
    width: 466px;
    height: 380px;
    margin-left: -233px;
    margin-top: -190px;

}

table tr {
    vertical-align: top;
}

