@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;
	background-color: #000000;
	text-align:center; /* IE */
}


#entrada {
	position:absolute;
	width: 776px;
	height: auto !important;
	margin:0 auto;
	padding:0;
	left:50%;
	top:50%;
	margin-left:-388px;
	margin-top:-250px;
	margin-bottom:-100px;
	text-align:left; /* IE */
}

.rodape, .empurra {
	height: 100px; /* .push must be the same height as .footer */
	border:0;
}

.borda {
	border:0;
}

.centro {
	border:0;
	text-align:center;
}