#newoverlay{

	background-color: #000;
	display: block;
	DDDvisibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 9000;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;

}

#newSiteMessage{

	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display:block;
	z-index: 9999;

	background:url(../imagens/banner-flutuante.jpg) center no-repeat;
	max-width: 90%;

}

a.fechar {

	display: block;
	width:87px;
	height: 27px;
	text-decoration: none;
	/*top:62px;*/
	position:absolute;
	/*right:10px;*/
	right:0px;
	z-index:9999;
	text-align: right;

}

#newSiteMessage img{

	max-width: 90%;

}