How to make a div stretch its height between two other divs and center its content
I want to make a one Column Layout with 3 section Section 1: Header Section 2: A Content Section that stretchs from beneth the header to the beginning of the footer, which has it's content centered vertically and horizontally within itsel Section 3: Footer that always resides at the bottom of the browser window. The Problem: I can't get the content div to strech to the beginning of the footer/bottom div. If I enter height:100% it automatically stretches till the end of the whole page. Also would like to center the content inside this middle div vertically and horizontally - though I have not