@charset "utf-8";

body { 
	background: #536d9a url(imagens/bg.jpg) no-repeat;
	margin: 0px;
	text-align: center;
	height: 100%;
}

#tudo {
	width: 930px;
	height: 700px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}

#conteudo {
	padding-bottom: 30px;
}

#rodape { 
	position: relative; 
	bottom: 0; 

}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

