/* CSS Document */

boyd {
margin: 0;
padding: 0;
text-align: center; /* hack to force IE5.x pc to center your wrapper div */
background-image: url(../SiteImages/body_bg.jpg)
}

#wrapper {
margin: 0 auto;
background-image: url(../SiteImages/wrapper_bg.jpg)
background-repeat: repeat-y;
text-align: left; /* re-align the text to the left after the above hack */
width: 750px;
}