@charset "UTF-8";
/* CSS Document */

#body {
	background-color: #444444;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#header {
	background-image: url(header.jpg);
	height: 194px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	width: 850px;
}
#footer {
	background-image: url(footer.jpg);
	height: 100px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
