
body		{	color: #242424;
				margin-top: 0px;
				padding: 0px;
				text-align: center;
}


table

#photo {
	background-image: url(photo-fade.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

div
  
  .container {
       position:relative;
   }

   .content {
       position:relative;
       color:White;
       z-index:5;
              background-color:#444444;

       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
       filter: alpha(opacity=95);
       opacity:.95;
       
       
   }

      .background {
       position:center;
       vertical-align: center;
       top:0px;
       bottom:0px;
       margin:0px;
       left:0px;
       width:750px;
       height:5px;
       background-color:#444444;
       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
       filter: alpha(opacity=80);
       opacity:.8;
   }