body {
    background-image: url("Mark.png"), url("Back.png");
    background-attachment: scroll, fixed;
    background-repeat: repeat, no-repeat;
    background-size: 128px, cover;

    text-align: center;
    display: block;
}

table {
    width: 100%;
    height: 90vh;
}
