Now, if the background weren’t textured I could do some CSS trickery with padding / margins and such.
When you do a scrollable div (which is what I’m doing now) like this:
overflow: auto;
height: 80%;
the scrollbar appears on the inside of the div that is being scrolled
Here is a mock up of what I’m trying to do:

Something like this:
http://jsfiddle.net/p75LE/2/
?