body {
    background-image: url("/assets/images/aspotec/aspotec_bg.jpg");
    background-repeat: no-repeat;
}
.message {
    margin: 10% auto;
    width: 60%;
    border: 2px solid #4d350f;
    padding: 10px;
    text-align: center;
    font-family: 'Arvo', serif;
    background: rgba(255,244,218, 0.9);
    color: #4d350f;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid #606060;
}