/*Configurações do documento e BG*/
body,html {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
overflow:hidden;
width:100%;
height:100%;
background-attachment: fixed;
/*background-image: url(imagens/fundo.jpg);*/
background-repeat: no-repeat;
background-position:center top;
}

/*Coordenadas de referência para posicionamento da DIV*/
div#container {
z-index:1;
margin:auto;
width:100%;
height:100%;
position:absolute;
}

/*Configurações da DIV*/
#conteudo {
	width:100%;
	height:440px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-50%;
	background-image: url(imagens/under_construction_bg.jpg);
}
