.headerContainer,
.bodyContainer,
.footerContainer {
	max-width: 960px;
	margin: 0 auto;
	
}
.padding {
	padding: 5px;
}
.bodyContainer {
	min-height: 500px;
}
a.back-to-top {
	display: none;
	width: 21px;
	height: 62px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 4px;
	bottom: 4px;
	background: url("https://www.prisonministry.org/wp7images/top.png") no-repeat center 43%;
}