#mainnewscontainer {
    background: transparent url(/img/bg_news.png) no-repeat center top;
    height: 216px;
    width: 165px;
    left: 905px; 
    position: absolute;
    top: 0px;
}
#mainnewscontainer h2 {
  background-color:transparent;
  color:black;
  font-size:26px;
  font-weight:normal;
  margin:0;
  padding:5px 0 4px 5px;
}
#newscontainer {
    height: 170px;        
    width: 165px;
    overflow-x:hidden;
    overflow:hidden;
    }
#newscontainer div {
    margin-left: 6px;
    margin-top: 0px;
    }    
#newscontainer a, #newscontainer div  {
    font-size: 14px;
    font-family: Verdana, Arial;
    text-decoration: none;
    line-height: 22px;          
    color: black;               
    }
#newscontainer a:hover { text-decoration: underline;}

