body{
     margin:0;
     padding:0;     
     font-family:'Lucida Handwriting','Comic Sans MS',TSCu_Comic,cursive;
     font-size:10px;
     color: #008000;   /* green*/
     background-image:url(fun/golfname.jpg);
     background-attachment:fixed;
}

          /* Page footer style */


#footer{         
     width: 100%;      
     background-color:#bedfc4;
     background-repeat: repeat;
     border-top: thick double #89ca9d;
     padding-top: 4px;
     clear: both; 
     
      }






#wrapper{	
	margin:auto;
	padding:40px;
	width:900px;
	background-image:url(background/golfbag.);

	-moz-box-shadow:0px 0px 20px #606060;
 /* Firefox */
	-webkit-box-shadow:0px 0px 20px #606060;
 /* Safari, Chrome */
	box-shadow:0px 0px 20px #606060; /* CSS3 */
}







     /* Center image between margins */


div.center{
   width: 100%;
   text-align:right ;
   margin-top:120px;
   
}





div.right{   
	   text-align: right;
	   
}














