HTML {
  height: 100%;
}

BODY {
  background-color: #5e972f;
  background-image: url(./imgs/tlo.png);
  margin: 0px;
  font-family: tahoma;
  min-height:100%;
}

DIV.main {
  width:940px;
  border: 0;
  margin: auto;
  background-image: url(./imgs/bg_middle.png);
  overflow: hidden;
}

DIV.top {
   width:940px;
   height: 290px;
   margin: 0px;
}

DIV.menu {
  float: left;
  width: 220px;
  min-height: 700px;
  background-color: #5e972f;
  background-image: url(./imgs/bg_menu.png);
  color: white;
  font-family: Arial;
}

DIV.body {
  float: left;
  width: 720px;
  min-height: 700px;  
  background-color: white;
  background-image: url(./imgs/bg_body.png);
  color: #666666;
  font-size: 11px;
  line-height: 25px;
}

DIV.belka {
  background-image: url(./imgs/bg_top_body.png);
  height: 65px;
  width: 720px;
}

DIV#header {
  float: left;
  background-image: url(./imgs/belka_2.png);
  min-width: 64px;
  height: 42px;
  padding-top: 23px;
  font-size: 23px;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

DIV.link {
  width: 170px;
  background-image: url(./imgs/menu_link.png);
  margin: 3px 0px;
  font-size: 13px;
  text-align: right;
  padding: 3px 0px;
  padding-right: 30px;
}

A {
  text-decoration: none;
  color: #669933;
}

A:hover {
  text-decoration: underline;
}

A.menu, a.menu:link, a.menu:visited {
  text-decoration: none;
  color: white;
}

A.menu:hover {
  text-decoration: underline;
}

TD {
  margin: 2px;
  padding: 5px;
  font-size: 12px;
}

TD.b {
  border: 1px solid green;
}

IMG {
  border: 0px;
}

LI {
  line-height: 18px;
}
