* {
	margin:0;
	padding:0;
} 
html, body {
	height: 100%;
	background: url(bg.png);
}
#wrap {
	min-height: 100%;
}
#main {
	overflow:auto;
 	padding-bottom: 88px;  /* must be same height as the footer */
}
#footer {
	position: relative;
	background: transparent url(fundo-footer.png) repeat;
	margin-top: -88px; /* negative value of footer height */
	height: 88px;
	clear:both;
} 
.footer-conteudo {
	position:relative;
  	background: transparent; 
	height: 88px;
	max-width: 1000px;
	left:14%;	
}
#centrado {
	margin: 0 auto;
}
/* TOPO */
.topo-logo {
	position: relative;
	/*float:left;*/
	top: 0px;
	right: 14%
	!important;
}
.topo-menu {
	position: relative;
	float:right;
	top: 70px;
	right: 16%;
	z-index: 2;
	!important;
}
/* TEXTOS */
.font-normal {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	!important;
}
.text-justify {
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
	!important;
}
.pagina {
	max-width: 930px;
	min-height: 517px;
	padding: 1px;
	background: #ffffff;
}
/* ID BANNERS VOADORES */
#flisol {
	position:absolute;
	width:400;
	height:280;
	z-index:2;
	left: 470px;
	top: 505px;
	background-image: url(logo-flisol.png);
	overflow: visible;
}  
