﻿html, body, form
{
		height: 100%;
}

#main
{
	position: relative;
	min-height: 100%;
}

* html #main
{
	height: 100%;
}

#footer
{
	position: relative;
	margin: -12.5em auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer
{
	margin-top: -12.4em;
}

