html{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(../image/bg_html.jpg) fixed no-repeat center top;
  background-color: #213e0e;
}

body{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

div#main_wrapper{
  width: 982px;
  margin: 0 auto;
  
}

div#top{
  width: 982px;
  height: 232px;
  float: left;
  display: inline;
  background: url(../image/bg_top.png) no-repeat 0 0;
  margin-top: 61px;
}

div#baner{
  width: 982px;
  height: 431px;
  float: left;
  display: inline;
  /*background: url(../image/baner.png) no-repeat 0 0;*/
  background: url(../image/bg_page.png) repeat-y 0 0;
}

div#baner_pic{
  width: 900px;
  height: 431px;
  float: left;
  display: inline;
  background: url(../image/baner.jpg) no-repeat 0 0;
  margin-left: 42px;
}

div#page{
  width: 982px;
  min-height: 376px;
  height: auto !important;
  height: 376px;
  float: left;
  display: inline;
  padding-bottom: 40px;
  background: url(../image/bg_page.png) repeat-y 0 0;
}

div#content{
  width: 789px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  min-height: 376px;
  height: auto !important;
  height: 376px;
  float: left;
  display: inline;
  margin-left: 68px;
  
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #232323;
}

div#footer{
  width: 982px;
  height: 128px;
  float: left;
  display: inline;
  background: url(../image/footer_bg.png) no-repeat 0 0;
}

div#nav{
  width: 392px;
  height: 138px;
  float: left;
  display: inline;
  margin-top: 55px;
  margin-left: 546px;
}

div#b1{
  width: 196px;
  height: 46px;
  float: left;
  display: inline;
  background: url(../image/b1.jpg) no-repeat 0 0;
  position: relative;
  z-index: 1;
}

div#b2{
  width: 196px;
  height: 46px;
  float: left;
  display: inline;
  background: url(../image/b2.jpg) no-repeat 0 0;
  position: relative;
  z-index: 1;
}

div#b3{
  width: 196px;
  height: 46px;
  float: left;
  display: inline;
  background: url(../image/b3.jpg) no-repeat 0 0;
  position: relative;
  z-index: 1;
}

div#b4{
  width: 196px;
  height: 46px;
  float: left;
  display: inline;
  background: url(../image/b4.jpg) no-repeat 0 0;
  position: relative;
  z-index: 1;
}

div#b5{
  width: 196px;
  height: 46px;
  float: left;
  display: inline;
  background: url(../image/b5.jpg) no-repeat 0 0;
  position: relative;
  z-index: 1;
}

div#b6{
  width: 196px;
  height: 46px;
  float: left;
  display: inline;
  background: url(../image/b6.jpg) no-repeat 0 0;
  position: relative;
  z-index: 1;
}

a.link_off{
  font-family: Georgia, serif;
  font-size: 17px;
  color: #434242;
  text-decoration: none;
  float: left;
  display: inline;
  padding-top: 15px;
  padding-left: 23px;
  
}

a.link_off:hover{
  color: #678d2a;
  text-decoration: underline;
  
}


a.link_on{
  font-family: Georgia, serif;
  font-size: 17px;
  color: #678d2a;
  text-decoration: underline;
  float: left;
  display: inline;
  padding-top: 15px;
  padding-left: 23px;
  
}

a.policy {
 float: left;
 margin-left: 40px;
 margin-top: 60px;
 color: white;
 text-decoration: none;
 font-size: 12px;
  font-family: Tahoma,sans-serif;
}

a.policy:hover {
 text-decoration: underline;
}