/** Make the footer sticky */ html, body { height: 100%; } #page { position: relative; min-height: 100%; } #footer { position: absolute; left: 0; right: 0; bottom: 0; }