div.background
  {
  width: 575px;
  height: 200px;
  border: 0px solid black;
  margin-bottom: 5px;
  }
div.transbox
  {
  width: 575px;
  height: 87px;
  margin: 0px 0px;
  background-color: #ffffff;
  border: 0px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin: 0px 5px;
  color: #000000;
  }
div.tomt {height:100px}
