div#content-top {
	background-image: url('../img/intro_top_bg.jpg');
	background-repeat: no-repeat;
	min-height: 40px;
}
div#content {
	background-image: url('../img/content_bg.jpg');
	background-repeat: no-repeat;
	min-height: 250px;
}
div#content-bottom {
	background-image: url('../img/content_bottom_bg.gif');
	background-repeat: no-repeat;
	min-height: 35px;
}