html
{
height: 100%;
background:#272727 url(html.gif) repeat-x top left;
}

body
{
height: 100%;
margin:0;

}
#wrap{position: relative;
min-height:100%;
margin:0;

}
* html #wrap{
	height:100%;
}

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

* html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -158px;
background:url(footer.gif) repeat-x bottom;
height:158px;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */


* html #footer
{
	margin-top: -158px;
}
