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

#bg {
	background-image: url(images/grad-grey.gif);
	background-repeat: repeat-x;
}
#header {
	background-image: url(images/header.jpg);
	height: 125px;
	width: 647px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(images/contentbg2.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: 115px;
	width: 650px;
}
#headline {
	background-image: url("images/headline.jpg");
	height: 192px;
	width: 562px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

