body{
	background-image:url(../images/profile_background.jpg);
  background-repeat:repeat-x;
  background-color:#fff;
  
}

#header h1{
   margin:0; padding:0;
   position:relative;
   width:900px;
   height:64px;
   overflow:hidden;
   font-size:10pt;
   }
 
#header h1 span {
   display:block;
   position:absolute; left:0; top:0; z-index:1;
   height:64px;
   width:900px;
   margin:0; padding:0;
   background:url("../images/banner900x64.jpg") top left no-repeat;
   }
   
#header{height:72px;}