#main-body-td, #main-body-center-td {
    background-color: white;
    margin: 0px;
    padding: 0px;
}
#center-main-body-top-td {
    width: 100%;
    background-color: white;
    display: table;
}

#top-left-center-body-corner {
    background-color: white;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
}
#top-right-center-body-corner {
    background-color: white;
    position: relative;
    top: 0px;
    left: 544px;
    z-index: 100;
}

#center-main-body-bottom-td {
    background-color: white;
    width: 100%;
    height: 12px;
    display: table;
}
#bottom-left-center-body-corner {
    background-color: white;
    position: relative;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}
#bottom-right-center-body-corner {
    background-color: white;
    position: relative;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    left: 544px;
    z-index: 100;
}
