Hi this is a quick css 101,
I’m battling with aligning, maybe someone can help

on another note, i’d like to ask :
-
what is the correct way of thinking when
building html divs – restricting div’s sizes upfront and overriden:hidden it’s contect -OR- letting the inner divs push the parent and hence sizing it. -
what measures are prefered for divs so it will fit best different resolutions?
rems/precents?
Thanks.
the wrapper should be a container for the content
I made the footer snap to the bottom outside of the wrapper, if you want to move the top outside that is also fine but remember you will have to adjust the bottom padding to compensate for its height too.
see jsFiddle here: http://jsfiddle.net/F577v/9/
Answer to your QNs:
dependent on the situation, I will always try allow for the content to size the div – but I make sure I have padding and margins to reflect design.
I have always used px count for sizing and use media types in css to compensate for different resolutions