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;
	left:0px;
	right:0px;	
	margin:10px;
	padding:3px 5px 3px 5px;
}

#footer {
	position:static;	
	margin-left:0px;
	width:900px;
	height:60px;
}

#footer #footerleft {
	font-size:16px;
}
