/* CSS Document */
html
{
	height: 98%;
}

body
{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

#content
{
	padding-bottom: 3em;
	margin-top: 0.5em;
}

#footer
{
	position: relative;
	margin-top: -5.0em;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	max-width: 10em;
}


/* A CSS hack that only applies to IE -- specifies a different height for the footer 

* html #footer
{
	margin-top: -2.4em;
}

*/








