body {
	margin: 0;
	padding: 0;
}

#fundo_master {
	background: url('imagens/planeta_bg_2.jpg') no-repeat center top;
	padding-top: 3px;
	border-bottom: 16px;
	width: auto;
}
#fundo_img_topo {
	background: url('imagens/borda_vermelha.jpg') repeat-y center top;
	border-bottom: 16px;
	padding-top: 00px;
	padding-bottom: 15px;
	width: auto;
}
#fundo_img_topo_2 {
	background: url('imagens/bolinha_fundo.png') no-repeat center top;
	padding-top: 0px;
	width: auto;
}
#conteudo {
	background: #FFF;
	margin: 0 auto;
	width: 838px;	
}
#meio {
	width: 838px;
	text-align: left;

