body
{
    margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
}
#container
{
    width: 980px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    width: 980px;
    height: 200px;
    z-index: 100;
    position: fixed;
}
#logo
{
    width: 490px;
    height: 160px;
    float: left;
}
#header-right
{
    width: 490px;
    height: 160px;
    float: left;
}
#menu
{
    width: 980px;
    height: 40px;
}
.menu-button
{
    width: 140px;
    height: 40px;
    float: left;
}
#footer
{
    width: 980px;
    height: 40px;
    background: url(/images/footer/footer-background.png);
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}