#sidebar {
  width:110px !important;

  height:292px !important;

  
  
  background-image:url(../img/bg_sidebar.gif);
  background-repeat:no-repeat;
  
  position:absolute;
  right:-20px;
  
  
  top:307px;
  
  padding-top:20px;
  padding-left:15px;
  padding-right:15px;
  
  font-size:12px;
}

* html #sidebar {
  width:140px;
  height:312
}
