/* The CSS that's required to make the page expand 100% vertically */

html
{
	height: 100%;
}

body
{
	height: 100%;
}

#pageContainer
{
	position: relative;
	min-height: 100%;
}

/* A CSS hack that only applies to IE*/
* html #pageContainer
{
	height: 100%;
}

#footer
{
	position: relative;
	margin: -48px auto 0 auto;
}

/* A CSS hack that only applies to IE*/
* html #footer
{
	margin-top: -47px;
}