body {
	background-image: url('body_bg.gif');
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url('wrapper_bg.gif');
	background-repeat: repeat-y;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-image: url('wrapper_tp.gif');
	background-repeat: no-repeat;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom {
	background-image: url('wrapper_bt.gif');
	background-repeat: no-repeat;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}