#topo {
	position: absolute;
	height: 70px;
	width: 870px;
	left: 0px;
	top: 0px;
	background-image: url(imagens/topo_servicos.jpg);
}
#menu {
	position: absolute;
	height: 400px;
	width: 200px;
	left: 0px;
	top: 70px;
}
#conteudo {
	background-image: url(imagens/conteudo_geral.jpg);
	position: absolute;
	height: 400px;
	width: 670px;
	left: 200px;
	top: 70px;
}
#base {
	background-image: url(imagens/base.jpg);
	position: absolute;
	height: 50px;
	width: 870px;
	left: 0px;
	top: 470px;
}
#texto {
	height: 300px;
	width: 555px;
	padding-left: 5px;
	position: absolute;
	left: 40px;
	top: 40px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #313063;
}
#geral {
	height: 520px;
	width: 870px;
	margin-top: -260px;
	margin-left: -435px;
	position: absolute;
	left: 50%;
	top: 50%;
}
