*  {
	margin:0 auto;
	padding:0;
}
 
html, body {height:100%;}
 
.geral {
	text-align:center;
	min-height:100%;
	position:relative;
	width:800px;
	font-family:georgia;

}
 
.footer {
	position:absolute;
	bottom:0;
	width:100%;
}
 
.content {overflow:hidden;}
.aside {width:200px;}
.fleft {float:left;}
.fright {float:right;}