/*
 * bottom of screen or contents footer, from Scott Sauyet
 * (http://scott.sauyet.name/CSS/Demo/FooterDemo1.html)
 */
html, body, #contents {
	min-height: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
}

#contents {
	position: absolute;
	top: 0;
	left: 50%;
	width: 90%;
	margin-left: -45%;
}

#floatbody {
	padding-bottom:1.5em;
	margin-bottom:3.25em;
}

#floatfooter {
	position: absolute;
	bottom: 0;
	margin-bottom: 1em;
	margin-right: 1em;
}

#floatfooter {
	w\idth: 100%;
}

#floatfooter hr {
	margin: 0;
	margin-top: 1em;
	padding:0;
}

#floatfooter p  {
	margin-top: 0;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 90%. 
 */
