#container {
 	width: 100%;
	height: 100%;
	vertical-align:middle;
}
#container #site {

	height: 530px;
	width: 100%;
	margin-top: 25px;
	/*margin-top: 0px;*/
	position:absolute;
}

body { 
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(img/fundo_body.jpg);
	background-repeat: repeat-x;    
}
/*
#container #site #conteudo {
	float:left;
	width: 1024px;
	height: 260px;
	background-color:#339900;
	background-image: url(img/fundo_conteudo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


*/
