html, body {
    font-family: "Oxygen", "Helvetica", "Arial", sans-serif;
    color: #333333;
    background: #FAFAFA;
    height: 100%;
}

#content {
    padding: 0 25px;
    padding-top: 75px;
    padding-bottom: 50px;
}

table tr, table th, table td {
    padding: 5px;
}