
.background
  {
   margin-left:auto;
  margin-right:auto;
  width:1200px;
  height:2975px;
  background:url(Family.jpg) repeat;
  border:2px solid black;
  }
.transbox
  {
  margin-left:auto;
  margin-right:auto;
  width:1100;
  height:1900;
  margin:30px 50px;
  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

  background-color:#ffffff;
 
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
.transbox p
  {
  text-align:center;
  margin:30px 40px;
  font-weight:bold;
  font-size:20pt;
  color:#FF0000 ;
  }

