html, body
{
    height: 100%;
}

html
{
    background: #ffffff;
}

body
{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#spacer
{
    margin-bottom: -42px;
    width: 1px;
    height: 50%;
    float: left;
}

#content
{
    position: relative;
    text-align: left;
    width: 450px;
    height: 83px;
    margin: 0 auto;
    clear: left;
}

#copyright
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}