/* CSS Document */
body {
	margin:0;
	padding: 0;
	text-align: center; /* hack to force IE5.x pc to center your wrapper div */ 

	background-image: url(body_bg.gif);
	top: 50px;
	background-position: center;


}
#wrapper {
	margin: 20px auto 0;
	background-image: url(wrapper_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 810px;
	
	background-position: center;


}
