CSS -нижний колонтитул всегда внизу, но видимый

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