/* CSS Document */
img { behavior: url(iepngfix.htc) }

#bannerPorCima
{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9999;
	margin:0px;
	top:0px;
}

#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 1000;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(conteudo.png) no-repeat right top;
}
#pageflip2 {
	background-color:#000;
	position: absolute;
	right: 0; top: 0;
	z-index: 1000;
	width:100%;
	height:100%;
	filter:alpha(opacity=60);
	-moz-opacity : 0.6;
    opacity: .6;  
}

#completo span {
	position: absolute;
	z-index:1090;
	left: 50%; top: 50%;
	margin-top:-313px;
	margin-left:-250px;
	width:500px;
	height:626px;
	text-align:center;
}
#fundo {
	background-color:#000;
	position: absolute;
	right: 0; top: 0;
	z-index: 1000;
	width:100%;
	height:100%;
	min-height:550px;
	min-width:990px;
	filter:alpha(opacity=90);
	-moz-opacity : 0.9;
    opacity: .9;  
}