div#intro-top {
	background-image: url('../img/intro_top_bg.jpg');
	background-repeat: no-repeat;
	min-height: 40px;
}
div#intro div.padding {
	background-image: url('../img/intro_bottom_bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px 20px 30px;
	margin: 0px;
}
div#intro {
	background-image: url('../img/intro_bg.jpg');
	background-repeat: repeat-y;
}
div#side-nav div.col {
	background-image: url('../img/side_nav_bg.jpg');
	background-repeat: no-repeat;
	min-height: 230px;
}
div#page-bottom {
	background-image: url('../img/content_bottom_bg.gif');
	background-repeat: no-repeat;
	min-height: 35px;
}