@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body
{
height: 100%;
}

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

* html #nonFooter
{
height: 95%;
}

#content
{
padding-bottom: -2em;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: -350px;
	left: 0px;
}
