body {
    font-size: 12px;
    font-family: "Arial", sans-serif;
    color: #FFF;
    background-color: #8CC63E;
    min-width: 800px;
    padding-bottom: 30px;
    color: #313131;
}

#layout_body {
    background-color: #FFF;
    background-image: url(../../images/bg-body-grass.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 76px;
    margin-bottom: 10px;
}

#layout_container {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#layout_main_body {
    padding: 0 10px;
}

#layout_footer {
    width: 800px;
    margin: 0 auto;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: relative;
}

#footer {
    padding: 20px 10px 0 10px;
    text-align: center;
    font-size: 12px;
}

#footer .logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

#footer .copyright {
    font-weight: bold;
    color: #447109;
}

#footer #menu_footer {
    margin: 0 auto 4px auto;
    line-height: 1.2em;
    color: #FFF;
}

#footer #menu_footer a {
    color: #FFF;
    text-decoration: none;
}

#footer #menu_footer a:hover {
    color: #447109;
}

#footer #menu_footer .item {
    padding: 0 4px;
    border-right: 1px solid #FFF;
}

#footer #menu_footer .last_item {
    border-right-width: 0;
}
