html, body {
	height: 100%;
}
			 
body {
	margin: 0px;
	padding: 10px;
}
							    

div#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -81px 0px;
}
																	    

div#footer_wrapper {
	width: 100%;
	height: 81px;
}
																						   

div#content_wrapper {
	width: 100%;
	padding: 0px 0px 81px 0px;
}
																											  

div#footer_wrapper, div#content_wrapper {
	min-width: 100%;
}
																														  

																														 div#footer_inner_wrapper, div#content_inner_wrapper {
	width: 100%;
	margin: 0px auto;
}

div#footer-left, div#header-left {
    float: left;
}

div#footer-right, div#header-right {
    float: right;
}
