html, body, #geral { height: 100%; }
body > #geral { height: auto; min-height: 100%; float: left;}

#conteudo { padding-bottom: 40px; } /* O padding, deve ser o mesmo valor da altura do rodapé */
#rodape {
	position: relative;
	margin-top: -40px; /* Este margin, tem que ser o mesmo valor da altura do rodapé, só que negativo */
	height: 40px; /* E aqui, fica a altura do rodapé */
	clear: both
}

.ajuste-menu {
	margin-top: 30px;
}

.ajuste-logo {
	/*margin-right: -60px;*/
}

p {
	text-align: justify;
}