@charset "UTF-8";
/* CSS Document */

* {
	border:0;
	margin:0;
}

#flashconteudo{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;

}

html {
	height: 100%;
	overflow: auto;
	
}
			
body {
	height: 100%;
	height: auto !important;
	margin: 0;
	padding: 0;
	text-align:center; /* IE */
}



.rodape, .empurra {
	height: 100px; /* .push must be the same height as .footer */
	border:0;
}

.borda {
	border:0;
}

.centro {
	border:0;
	text-align:center;
}