* { margin: 0; padding: 0; border: 0 }

#site {
background-image: url(img/back.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #dcdcc4;
font-family: Tahoma;
font-size: 13px;
color: #403b25;
width: 1000px;
margin: 460 auto 10;

}

#content {
padding-left: 40px;
padding-right: 40px;

}

h1 {
font-size: 25px;
color: #403b25;
}

#text {
float: left;
padding-top: 10px;
width: 600px;
text-align: justify;
}

#download {
width: 293px;
height: 176px;
float: right;
margin-top: 10px;
background-image: url(img/bg-dl.png);
text-align: center;
}

a {
color: #403b25;
}

a:hover {
text-decoration: none;
color: #403b25;
}

#footer {
margin-top: 30px;
text-align: center;
}