﻿html
{
    overflow: auto;
}
html, body, img
{
    margin: 10px;
    padding: 0;
    border: none 0 #000;
}
#page
{
    width: 800px;
    margin: auto;
    min-height: 520px;
}
#page #header
{
    z-index: 1;
    position: relative;
    height: 300px;
    background-image: url(Images/top.gif);
}
#page #content
{
    z-index: 2;
    position: relative;
    margin-top: -150px;
    min-height: 220px;
    padding: 0 32px 0 86px;
    background-image: url(Images/middle.gif);
    background-repeat: repeat-y;
}
#page #footer
{
    position: relative;
    margin-top: -150px;
    height: 220px;
    background-image: url(Images/bottom.gif);
    vertical-align: top;
}
