html {
	height: 100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}
body {
	height: 100%; /* gives layout 100% height */
	width:100%;
}
#novaWrapper {
	min-height: 100%; /* gives layout 100% height */
	width: 980px; /* centered div must be given a width */
	margin: 0 auto; /* centers #wrapper */
}
* html #wrapper { 
	height: 100%; /* IE6 treats height as min-height */
}
#clearFooter {
	clear:both;
	height: 68px; /* provides space for the #footer */
}

#novaContent {
	min-height: 100%; /* gives layout 100% height */
	border-right:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
}

