html {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-image: url(../imagens/fundopagina.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #80B439;
}

.areaFlash {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -498px;
	margin-top: -317px;
	width: 996px;
	height: 636px;
	padding: 0px 0px 0px 0px;
}

#logoflash {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -99px;
	margin-top: -60px;
}

