#containerDiv {
	position: relative;
	height: auto;
	min-height: 100%;
}

#absoluteDiv {
	position: absolute;
}

#relativeDiv {
	position: relative;
	padding-bottom: 197px;
}

#footerDiv {
	clear: both;
	position: relative;
	height: 197px;
	margin-top: -197px;
	margin-left: 0px;
	width: 100%;
}