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

#bg {
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-color: #bfd9ef;
}
#header {
	background-image: url("images/header.jpg");
	height: 238px;
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url("images/contentbg.gif");
	background-repeat: repeat-y;
	width: 658px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url("images/footer.jpg");
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 116px;
	width: 732px;
}
#headline {
	background-image: url("images/headline.jpg");
	height: 192px;
	width: 562px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}





