pie de página CSS siempre en la parte inferior pero visible

/* Fix the footer to the bottom */
footer { position: fixed; }
Av3