/* CSS Document */


html
{
height: 100%;
}

body
{
height: 100%;
}

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

* html #nonFooter
{
height: 100%;
}

#footer
{
	position: absolute;
	margin-top: -7.5em;
	width: 100%;
	font-family:'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	font-size:x-small;
	
}

