td img {
    display: block;
}
body
{
    background: #bbbbbb;
    margin: 0px;
}

#horizon
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}

#content
{
    margin-left: -450px;
    position: absolute;
    top: -317px;
    left: 50%;
    width: 900px;
    height: 635px;
    visibility: visible;
}

#footer
{
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    visibility: visible;
    display: block
}