body{
    background: url(./../images/fon.jpg) 0 0;
    background-attachment: fixed;
}

div.content{
    background:#fff url(./../images/hfon.jpg) bottom repeat-x;
    background: -moz-linear-gradient(to top, #e2ebd9, #fff, #fff, #fff);
    background: -webkit-linear-gradient(to top, #e2ebd9, #fff, #fff, #fff);
    background: -o-linear-gradient(to top, #e2ebd9, #fff, #fff, #fff);
    background: -ms-linear-gradient(to top, #e2ebd9, #fff, #fff, #fff);
    background: linear-gradient(to top, #e2ebd9, #fff, #fff, #fff);
}

div.sniper{
    background:url(./../images/sniper.png) bottom left no-repeat;
}

div.footer{
    font-size:12px;
    color:#e4dfb6;
    
}
div.footer a{
    color:#fff;
}
a.m{
    color:#869a73;
}
a.m:hover, a.mact{
    color:#fff;
    background:#3b391e;
}
a.h{
    color:#869a73;
}
a.h:hover, a.hact{
    text-decoration:none;
    color:#3b391e;
}
blockquote{
    background:#B2C187 url(./../images/haki.jpg) right top repeat-y;
    border-left:2px solid #3b391e;
    color:#3b391e;
}

/* меню для тиров */

a.menu-0 {
    color:#869a73;
}

a.menu-0:hover, a.menu-0-selected, span.menu-0-selected {
    color:#fff;
    background:#3b391e;
}

a.menu-1 {
    color:#869a73;
}

a.menu-1:hover, a.menu-1-selected, span.menu-1-selected {
    text-decoration:none;
    color:#3b391e;
}