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

#bg {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #000000;
}
#container1 {
	background-image: url(bg2.jpg);
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#header {
	background-image: url(header.jpg);
	height: 264px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url(footer.jpg);
	height: 69px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

