/* CSS Document */

body {
margin: 0;
padding: 0;
text-align: center; /* hack to force IE5.x pc to center our wrapper div */
background-image: url(../images/body_bg.gif);
}

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