* {
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
    outline: none;
} 
body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    background-color: #333;
}
#document {
    width: 1000px;
    min-height: 700px;
    height: auto;
    text-align: left;
}
#top {
    height:60px;
}
#product {
    height: 60px;
    background-color: #fff;
}
#content {
    width: 1000px;
    min-height: 440px;
    height: auto;
    background: url(/public/img/background/bg_content.gif) repeat-y;
}
#sitemap {
    height: 126px;
    width: 750px;
    background: url(/public/img/background/bg_bottom_orange.gif) repeat-x;
    color: #fff;
}
#bottom {
    height: 40px;
    line-height: 40px;
    width: 750px;
    background-color: #000;
}
