div.background
  {
  width: 349px;
  height: 266px;
  background: url(/images/NEA_2011_Spring.jpg);
  background-repeat:no-repeat;
  border: 2px solid black;
  float: left;
	width: 349;
	border: 2px solid #000000;
	margin-right: 20px;
	margin-bottom: 5px;
  }
div.transbox
  {
  width:0px;
  height:0px;
  margin: 0px 0px;
  
  background-color: #ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
div.transbox p
  {
  margin: 0px 0px;
  font-weight: bold;
  color: #000000;
  }
