
/**/
#body {
  height:210px;
  width:880px;
  
  background:url(../img/bd_cnt_center.jpg) 50% 0 repeat-x;
}
#body .nav-right{
  float:right;
  width:410px;
  height:180px;
  padding-right:26px;
  display:inline;
  background:url(../img/bd_cnt_right.jpg) 100% 0 no-repeat;
}
#body .nav-left{
  float:left;
  width:410px;
  height:180px;
  padding-left:26px;
  display:inline;
  background:url(../img/bd_cnt_left.jpg) 0 0 no-repeat;
}

#body .nav-left div{
  float:left;
  width:205px;
  height:180px;
  margin:13px 0;
  display:inline;
}
#body .nav-right div{
  float:right;
  width:205px;
  height:180px;
  margin:13px 0;
  display:inline;
}
#body .nav-inf {
  float:left;
  width:880px;
  height:53px;
  background:transparent url(../img/bd_nav_inf.jpg) no-repeat scroll 50% 50%;
  display:block;
  color:#b7b8bb;
  font-size:11px;
}

/**/
