html
{
height: 100%;
}

body
{
height: 100%;
background: url(../img/bgstrip.png) repeat-y scroll 50% 0pt;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
	position: relative;
	margin-top: -4em;
} 