I have a header (dynamic height) with a fixed position.
I need to place the container div right below the header. As the header height is dynamic, I can\'t use the
set #container div top to zero
#container{ top: 0; }