/* CSS Document */

* {
	margin: 0 auto;
}
html, body {
	height: 100%;
}
#BGHolder {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
#footer {
	height: 52px;
}


#push {
	height: 52px; /* .push must be the same height as .footer */
}
