I am trying to emulate this simple layout :
_______________________________________
|____header___________________________|
| |
| |
| Blueprint Container |
| |
| |
| |
| |
| |
_____|___________________________|_____
|__footer______________________________|
Where
- the header and footer stretch across the width of the page
- header always stays at the top
- footer sticks to the bottom
- the blueprint container is a fixed width container and everything inside it is managed using blueprint.
What's the best to way to accomplished this. The challenge is my weak layout skills and understanding how to make the headers/footer fluid so that they always stretch but the container stays fixed.