/* CSS Document */
body {
margin: 0;
padding 0;
text-align: center; /* hack to force IE5.x pc to center your wrapper div */
background-image: url(file:///C|/Documents and Settings/HP_Owner/My Documents/LDS Web Sites/images/body_bg.jpg);
background-attachment: fixed; 
}


#wrapper {
margin: 0 auto;
background-image: url(../images/wrapper_bg_festival_of_stars.jpg);
background-repeat: repeat-y;
 text-align: left; /* re-align the text to the left after the above hack */
 width 750px;
 } 


