html, body {
	height: 100%;
	}
#content_bg {
	min-height: 100%;
	position: relative;
	}
#footer_bg {
	position: absolute;
	bottom: 0px;
	}
.form_wrapper {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #CCC;
	border-radius: 5px;
	behavior: url(/Themes/PIE.htc);
	position: relative;
}
#content_wrapper {
	padding-bottom: 300px !important; /*footer height = 300px*/
	}