html, body {
	height: 100%;
	width:100%;
	
	margin:0px;
	padding:0px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#content {
	padding-bottom: 150px;
}

#footer {
	position: relative;
	margin-top: -150px;
	height:150px;
} 