html {height:100%;}
body {
	background: #0F0F0F url(../imagens/conteudo/fundo_site.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	height:100%;
}

#filme {
	text-align:center;
	height: 565px;
	margin-top: -282.5px;
	position: absolute;
	top: 50%;
	width: 100%;
	background: url(../imagens/conteudo/fundo_verde.gif) repeat-x center center;

}

#zoom {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	_background: url(../imagens/conteudo/fundo_zoom.gif);
	background: url(../imagens/conteudo/fundo_zoom.png);
	z-index:2;
	text-align: center;
	display:none;
}

#alinhador {
	position: absolute;
	width: 506px;
	top: 50%;
	margin-top: -250px;
	margin-left: -250px;
	left: 50%;
}
#fechar {
	width: 506px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	height: 27px;
	margin: 0px;
	padding: 0px;
}
#imagem {
	height: 500px;
	width: 500px;
	background-image: url(../imagens/conteudo/load_img.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
