div.background
  {
  width:502px;
  height:260px;
  background:url(http://www.camosreptiles.com.au/beachwavesanim.gif) repeat;
  border:0px;
  }
div.transbox
  {
  width:502px;
  height:260px;
  position: relative; top: 0px; right: 70px; 
  background-color:transparent;
  border:10px style inset: solid green;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:1;
  }
div.transbox p
  {
  margin:0px 0px;
  font-weight:bold;
  color:#000000;
  }