﻿body
{
    margin: 0;
    padding: 0;
    text-align: center;
}

#banner
{
    width: 1000px;
    height:190px;
    background-image:url(../images/default_banner.jpg);
}

#footer
{
    background:#F3E2C8;
    width:1000px;
    text-align:center;
}
