I am in need of HTML structure that looks like the following:
<header></header>
<div id='main'></div>
<footer></footer>
I want all elements to be positioned relatively. The header and footer will have fixed heights. The main div should automatically fill the entire page, with the header at the top and the footer at the bottom.
Can anyone assist me with this?