body,html{
margin: 0;
padding: 0;
height: 100%;
}
body{
background: url('../img/back_body.jpg') repeat-x top center #525D59 fixed;
}
*{
font-family: verdana, arial, sans-serif;
font-size: 15px;
color: #000;
}
#img{
position:fixed;
left:0;
top:0;
}
#box{
position:absolute;
left:0;
top:0;
}
#box{
padding-left: 500px;
}
#header, #navi, #content, #footer{
width: 500px;
}
#header{
padding: 235px 20px 10px 0px;
text-align: right;
background: url('../img/fanteska.png') no-repeat top right;
}
#header a img{
border:none;
}

#navi{
padding: 3px 0px;
text-align: left;
letter-spacing: .03em;
}
#navi a{
text-decoration: none;
color: #000;
font-size: 15px;
font-weight: bold;
}
a:hover,#navi a:hover,#navi  a.activ{
color: #fff;
}
h1{
font-size: 17px;
}
h2{
color:#c00;
font-size: 17px;
font-weight: 300;
}
#content{
border-top: 1px solid #000;
padding: 30px 0px;
}
li{
padding-bottom: 5px;
}