html{height:100%}
body{
  background: #D8FAA5;
  height: 100%;
  padding: 0;
  margin: 0;
}
table{border-collapse: collapse;}
td{
  padding:0; 
  vertical-align: top; 
  text-align: left;
  font: normal 10px verdana, arial, sans-serif;
  color: #194E00;
}
img{border: none;}
#container{
  width: 100%;
  height: 100%;
}
#left_side{
  width: 50%;
  background: url(../img/left.jpg) center right no-repeat;
}
#right_side{
  width: 50%;
  background: url(../img/right.jpg) center left no-repeat;
}
#middle_place{
  width: 1000px; 
  vertical-align:middle;
}
#main_tb{
  width: 1000px;
  height: 700px;
}
.top_td{
  width: 1000px;
  height: 212px;
  background: url(../img/i_top.jpg) 0 0 no-repeat;
  vertical-align: bottom;
}
#header{
  height: 18px;
  line-height: 18px;
  position: relative;
  top: -162px;
  background: url(../img/i_top_line.jpg) 0 0 repeat-x;
}
.top_td img{margin: 0 0 0px 225px; vertical-align: bottom;}
.left_mashine{
  width: 234px;
  height: 315px;
  background: url(../img/left_mashine.jpg) 0 0 no-repeat;
}
.center_td{
  width: 537px;
  height: 258px;
  background: url(../img/i_center.jpg) 0 0 no-repeat;
  text-align: center;
  padding-top: 47px;
}
.lg_tb{
  margin: auto;
  margin-top: 7px;
}
.lg_tb td{text-align: center;}
.lg_tb img{margin-bottom: 3px;}
.lg_tb a{
  display: block; 
  font: normal 14px verdana, arial, sans-serif;
  text-decoration: none;
  color: #194E00;
  border: 1px solid #BBDA64;
  padding: 2px;
}
.lg_tb a:hover{
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.lg_spacer{width: 45px;}
.right_mashine{
  width: 229px;
  height: 315px;
  background: url(../img/right_mashine.jpg) 100% 0 no-repeat;
}
.bottom_td{
  width: 1000px;
  height: 173px;
  background: url(../img/i_bottom.jpg) 100% 0 no-repeat;
}
#footer{
  height: 44px;
  text-align: center;
  background: url(../img/i_bottom_line.jpg) 0 100% repeat-x;
  position: relative;
  top: 155px
}
#footer a{
  color: #194E00;
  text-decoration: none;
}
