body {
    padding-top: 20px;
    font-family: Arial;
    color: #6e6e6e;
    font-weight: normal;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 10px auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}

.img-container {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.7em;
}

.email {
    color: inherit;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

img {
    max-width: 100px;
    max-height: 100px;
}

.signature {
    position: relative;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

p {
    font-size: 10px;
    margin: 0;
}

#left {
    width: 50%;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

#right {
    width: 50%;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}

.centertable {
    align-items: center;
    margin-bottom: 25px;
}