@charset "utf-8";
.header {
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 142px;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 33px;
}
.content_t {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
}
