body, html {
	width:100%;
	height:100%;
	background:url(http://www.sitioveredas.com.br/images/background.jpg) #FFFFFF top center;
}

#conteudo {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	z-index:5;
	background-image:url(bg.png);
	display:block;
}

#fechar a{
	position:absolute;
	z-index:6;
	right:329px;
	top:55px;
	font-weight:bold;
	font-size:18px;
	display:block;
	width:25px;
	height:25px;
	background-image:url(fechar.png);
	background-repeat:no-repeat;
	background-position:top right;
	color:#000;
}

iframe{
	width:700px;
	height:500px;
	border:0px;
	margin-top:50px;
}

