@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
}
html, body 
{
	height: 100%;
}
.nonFooter
{
	position: relative;
	min-height: 100%;
}
* html .nonFooter
{
	height: 100%;
}
.container
{
	padding-bottom: 80px;
}
.footer
{
	position: relative;
	margin-top: -80px;
}
