#all {
	background-color: #623511;
	height: 100%;
	width: 100%;
}

#all #topo {
	margin: auto;
	width: 688px;
	height: 500px;
}

#all #miolo {
	margin: auto;
	width: 688px;
	background-repeat: repeat;
	background-image: url(fundo.jpg);
}
#all #rodape {
	margin: auto;
	width: 688px;
	height: 90px;
}
#all #miolo #texto {
	height: 100%;
	width: 600px;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #623511;
	line-height: 20px;
}
