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

#bg {
	
	background-repeat: repeat-x;
	background-color: #E3F1CA;
}
#header {
	background-image: url("../images/template/images/header.gif");
	height: 258px;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url("../images/template/images/content_bg.gif");
	background-repeat: repeat-y;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url("../images/template/images/footer.gif");
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 140px;
	width: 735px;
}
#footer2 {
	background-image: url("../images/template/images/footer2.gif");
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 160px;
	width: 735px;
}






