Is what I state in the table possible with css3?
In css2 you can’t replicate directly that behaviour and is really boring, you have to do a lot of workarounds for something that already exists.
Here is the image I’m working on (the image is clickable to zoom in):

I’m trying to make that dark grey part to fill everything between the 2 green parts. How to make it?
I found the solution in an interesting article: http://www.dynamicdrive.com/style/layouts/item/css-top-and-bottom-frames-layout/
I found that link from here: http://csscreator.com/node/11049
The important part is this one:
Expecially using position: fixed and top: auto (never used I don’t also understand very well what does it means).