Is it possible to make the wrapper fill the window height (no scrolling) and the center div scrollable without messing around with pixels and javascript?
<
Using overflow:auto will let you do this.
overflow:auto