div#intro-top {
	background-image: url('../img/intro_top_bg.jpg');
	background-repeat: no-repeat;
	min-height: 40px;
}
div#intro-section {
	background-image: url('../img/intro_bg.jpg');
	background-repeat: repeat-y;
}
div#intro-bottom {
	background-image: url('../img/content_top_bg.jpg');
	background-repeat: no-repeat;
	min-height: 60px;
	margin-top: -10px;
}
div#side-nav div.col {
	background-image: url('../img/side_nav_bg.jpg');
	background-repeat: no-repeat;
	min-height: 230px;
}
div#content {
	background-image: url('../img/content_bg.jpg');
	background-repeat: no-repeat;
	min-height: 200px;
}
div#page-bottom {
	background-image: url('../img/content_bottom_bg.gif');
	background-repeat: no-repeat;
	min-height: 35px;
}