html, body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body
{
    background-color: #ddc;
    font-family: Arial, Helvetica, sans-serif;
}

div#red
{
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #d12d34;
}

div#logo
{
    position: absolute;
    top: 50%;
    left: 100px;
    margin: -81px 0 0 0;
    height: 162px;
    width: 161px;
    background-image: url("/img/logo-d12d34.png");
    z-index: 98;
}

h1
{
    position: absolute;
    top: 50%;
    left: 270px;
    margin: -45px 0 0 0;
    width: 225px;
    height: 61px;
    background-image: url("/img/text-d12d34.png");
    overflow: hidden;
    text-indent: -9999px;
    z-index: 99;
}

div#main
{
    position: absolute;
    top: 50%;
    left: 0;
}

div#main div#top
{
    padding: 25px 100px 50px 100px;
    background-color: #eed;
}

div#main div#top h2
{
    margin: 0 0 50px 170px;
}

div#main p a
{
    text-decoration: none;
    font-weight: bold;
}

div#main div#bottom
{
    padding: 75px 100px 50px 100px;
}

h2
{
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: -.05em;
}

p, table
{
    margin: 0 0 2em 0;
    color: #555;
    font-size: 1em;
    letter-spacing: -.05em;
    line-height: 1.5em;
    text-align: justify;
}

td.label
{
    text-align: right;
    font-weight: bold;
}

div#verytop
{
    position: absolute;
    padding: 5px 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: .7em;
    text-align: center;
}

div#verytop a
{
    color: #fff;
    font-weight: bold;
}
