html {
	height:auto;
}

body {
	height:auto;
	background-color:white;
	background-image:url();
	background-repeat:no-repeat;
}

#contentArea {
	height:auto;
	position:static;
	overflow:visible;
	top:0px;
	bottom:0px;
}

#footer {
	position:static;
	width:974px;
	background-image:url(img/bottom.gif);
}
