#page
{
    margin: 0;
    width: 100%;
    height: auto;
    background-image: url(bg.png);
    padding: 8px 0 8px 0;
}

#header
{
    margin: auto;    
    width: 965px;
    height: 260px;
    border: none;
    background-color: #fff;
    background-image: url(bg-header.png);
    background-position:top center;
    background-repeat:no-repeat;
}

#container
{
    margin: auto;    
    width: 965px;
    min-height:450px;    
    border: none;
    background-color: #fff;
    background-image: url(bg-container.png);
    background-position:top center;
    background-repeat:repeat-y;
    padding-bottom: 1px; /* http://www.howtocreate.co.uk/tutorials/css/margincollapsing */
}

#footer
{
    padding-top: 20px; /* http://www.howtocreate.co.uk/tutorials/css/margincollapsing */
    margin: auto;    
    width: 965px;
    min-height:30px;
    text-align:center;
    background-color: #fff;
    background-image: url(bg-footer.png);
    background-position:bottom center;
    background-repeat:no-repeat;
}