/* CSS Document */
body {
margin: 0;
padding 0;
text-align: center; /* hack to force IE5.x pc to center your wrapper div */
background-image: url(../images/body_bg.jpg);
background-attachment: fixed; 
}


#wrapper {
margin: 0 auto;
background-image: url(../images/wrapper_bg.jpg);
background-repeat: repeat-y;
 text-align: left; /* re-align the text to the left after the above hack */
 width 808px;
 } 

