html {
    background: #8EBA05 url('../img/back-grass.png');
}

body {
    background: #8EBA05 url('../img/back-grass.png');
}

div.header-forum {
    background: url('../img/header.png') top left no-repeat;
}

div.content-forum {
    background: url('../img/content.png') top left repeat-y;
}

div.footer-forum {
    background: url('../img/footer.png') top left no-repeat;
}

div.footer-forum a {
    color: #000000;
    text-decoration: none;
}

div.footer-forum a:hover {
    text-decoration: underline;
}
