div.background
  {
  width: 575px;
  height: 431px;
  background: url(/images/2010_president.jpg);
  border: 2px solid black;
  float: left;
	width: 295;
	border: 2px solid #000000;
	margin-right: 20px;
	margin-bottom: 6px;
  }
div.transbox
  {
  width:293px;
  height: 0px;
  margin: 188px 5px;
  
  background-color: #ffffff;
 &nbsp;border: 
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin: 0px 0px;
  font-weight: bold;
  color: #000000;
  }