/* The CSS that's required to position the nonPage
   Name:		footerStickAlt
   Developer:	Cameron Adams
   				http://www.themaninblue.com/experiment/footerStickAlt/ */

html {
	height: 100%;
}

body {
	height: 100%;
}

#page {
	position: relative;
	min-height: 100%;
}

* html #page {
	height: 100%;
}

#nonPage{
	position: relative;
	margin: -60px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different height for the nonPage */
* html #nonPage {
	margin-top: -60px;
}
