#wrapper {
	background-color: #8d1b1d;
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(css_images/header.gif);
}

#wrapper_body {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(css_images/bg_body_copy.gif);
}

#wrapper_body_bot {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(css_images/bg_body_copy_bot.gif);
}

