body {
color: #fff;
background-color: #000;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
margin: 0px 0px 0px;
text-align: center;
}

#body {
margin-left: auto; margin-right: auto;
width: 990px;
height: 845px;
border: 1px silver solid;
}

#baner {
display: block;
width: 990px;
height: 240px;

}

#baner_l {
display: block;
width: 750px;
height: 240px;
float: left;
background: url(design/top_l.jpg) no-repeat;

}

#baner_r {
display: block;
width: 240px;
height: 240px;
float: right;

}

#strona {
display: block;
width: 990px;
height: 500px;
}

#menu {
display: block;
width: 275px;
height: 500px;
float: left;
}

#tresc {
display: block;
width: 715px;
height: 500px;
float: right;
}

#tresc_top {
display: block;
width: 715px;
height: 25px;
background: url(design/tresc_top.jpg) no-repeat;
}

#tresc_srodek {
display: block;
width: 715px;
height: 450px;
}

#tresc_dol {
display: block;
width: 715px;
height: 25px;
background: url(design/tresc_dol.jpg) no-repeat;
}

#stopka {
display: block;
width: 990px;
height: 105px;
background: url(design/stopka.jpg) no-repeat;
text-align: right;
}

a {
color: #77ee52;
}
a:hover {
color: #bbffaa;
}