/* Colors ******************/
html {
    background: #bebe8c url("/img/fon-body.jpg") no-repeat 50% 100%;
}
body {
    background-color: #bebe8c;
}

#header {
    background: url("/img/fon-title.jpg") no-repeat 50% 100%;
}

#header ul.menu-main li {
    background: url("/img/sprite-main.jpg") no-repeat 0 0;
}


#article {
    background: url("/img/fon-article.png") no-repeat 0 0;
}
#article div.footer {
    background: url("/img/fon-article.png") no-repeat 0 100%;
}


#aside {
    
}
#aside div.widget {
    background: url("/img/fon-aside.png") no-repeat 0 0;
}
#aside div.widget div.footer {
    background: url("/img/fon-aside.png") no-repeat 0 100%;
}