html {
    background-image: url(../pic/bg.png);
    background-size: 100% 1px;
}

.main_body {
    text-align: center;
}

span, td, div {
    font-size: large;
}

.border {
    width: 715px;
    height: 22px; /*拿圖片高度用*/
    margin: auto;
    background-image: url(../pic/border.png);
    background-repeat: repeat-x;
}
.center_body {
    width: 715px;
    margin: auto;
    background-image: url(../pic/body.png);
    background-repeat: repeat;
}
.end_border {
    transform: rotateX(180deg);
}

.data_ori, .data_ori > span {
    font-size: 8px;
    text-align: center;
    bottom: 0px;
    color: #c1bbbb;
}
.data_ori > a {
    color: #c1bbbb;
    text-decoration: none;
}