  body {
    background-image: url(../body_bg.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-color: #F3F3F4;
    padding: 0px;
  }
  
  #cont-body {
  padding-top:2px;_padding-top:0px;
    background-image: url(../linka.jpg);
    background-repeat: repeat-x;
    height: 233px;
    width: 100%;
     background-position: 0 50;
  }

  #cont-body1 {
    background-image: url(../body_bg.jpg);
    background-repeat: repeat-y;
    background-position: 50% ;
    padding: 0px;
  }

  #container {
/*    background-image: url(../linka.jpg);
    background-repeat: repeat-x;
    background-position: 50% 0;
    height: auto;
    display: table-cell;
*/
  }
  
  #news {
   /* float:left;*/
    background-image: url(../news_top.jpg);
    background-repeat: no-repeat;
    width: 909px;
    height: 36px;
  }
  
  #news-head {float:left;
   position: relative;
   width: 81px;
   height: 26px;
   left: 110px;
   top: 10px;
   color: #ffffff;
   font-weight: bolder;
   font-family: Arial;
   font-size: 13px;
  }
  #news-head span {
     padding-top: 4px;
     display: block;
  }
  
  #news-head1 {float:right;
   position: relative;
   width: 81px;
   height: 26px;
   right: 119px;
   top: 10px;
   color: #ffffff;
   font-weight: bolder;
   font-family: Arial;
   font-size: 13px;
  }
  #news-head1 span {
     padding-top: 4px;
     display: block;
  }

   #news-content {float:none;margin-left:0px;
  	display: table;
  	
  	background-image: url(../news_center.jpg);
  	background-repeat: repeat-y;
  	width: 909px;
    
  }

  
  #news-left {float:left;
  margin-left:100px;
  _margin-left:50px;
    
    width: 340px;	
  }
  
  #news-right {
  padding-right:90px;
  _padding-right:0px;
  _margin-right:50px;
    float:right;
    width: 355px;
   /* height: 73px;*/
  }
  #news-back{

    display:table;
    float: left;
      background-image: url(../news_down.jpg);
     background-repeat: no-repeat;
    width: 909px;}
  
  tr.bg-td {
    background-image: url(../body_bg.jpg);
    background-repeat: repeat-y;
  }

  a {
    text-decoration: none;
    color: #6F6F6F;
  }
  
  a:hover {
    text-decoration: underline;
  }

  a.webrex:link,a.webrex:visited {
    text-decoration: none;
    color: #d1d1d1;
  }

  a.webrex:hover {
    text-decoration: underline;
    color: #6F6F6F;
  }
  
