@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding 0;
text-align: center; /* hack to force IE5.x pc to center your wrapper div */
background-color:#828024;
}



#wrapper {
margin: 0 auto;
background-image:url(../images/wrapper_bg_gallery.jpg)
background-repeat: repeat-y;
 text-align: left; /* re-align the text to the left after the above hack */
 width 820px;
 } 