/* CSS Document */
body{
background:#d5e9ed url(../img/fundo.jpg) repeat-x center top;
margin-top:0px;
overflow:hidden;
}
#fundo{
	position: absolute;
				top: 0px;
				left: 0px;
				height: 100%;
				width:  100%;

	z-index:1;
}
#hotsite{
	margin:0;
	padding:0;
	width:1010px;
	height:585px;
	color:#FFFFFF; font-family:Geneva, Arial, sans; font-size:12px;	
	position:absolute;
	margin-left:-510px;
	left:50%;
	z-index:2;
}

/* jogo */
#black {
	position:absolute;
	left:0%;
	top:0%;
	width:100%;
	height:100%;
	z-index:100;
	background:#000000;
	visibility:hidden;

}
#iframe{
width:630px;
height:435px;
position:absolute;
left:50%;
top:50%;
margin-left:-315px;
margin-top:-217px;
z-index:100;
	visibility:hidden;
}

.alfa {
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}
.fechar a{ background-color:#333333; padding:2px; color:#FFFFFF; font-size:10px;  font-family:Arial;text-decoration:none;}
.fechar a:hover{ padding:2px; color:#FFFFFF; text-decoration:underline;}

