What I am trying to do is layout a page/template that will flow as follows:
1) 4 boxes - one for each corner (topleft - topright - bottomleft - bottomright)
These boxes are position-absolute and float - flushed - to their respect corners, relative to the size of the browser window
2) Then I want a paragraph block or image area that will center (vertically) relative to the size of the browser window, with about 10% margin on both sides.
I can not figure out how to code to get the paragraph/image area to center - vertically - within the page relative to is content size and the browser window, and of course balanced white space top/bottom below the top boxes and above the bottom boxes.
I've attached the html file - view source - to show you what I am trying for.
Click to view attachment