Ahora toca ajustar el footer...
Añade un margin-top a tu footer
Código CSS:
Ver originalfooter{
width: 100%;
height: 70px;
background: #993c39;
position: fixed;
bottom: 0;
margin-top: 150px;
z-index: -9999;
}
Ves jugando con ese margin-top: 150px subiendolo o bajandolo, y ya nos dirás que tal :)