﻿html, body {
    margin: 0;
    height: 100%;
}

body {
    display: table;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #333;
}

    body > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

img {
    font-size: 2em; /* Alt text looks more consistent with other styles*/
    max-width: 700px;
}

.legal-text {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}
