How do I add a scroll bar?

Hi, please take a look at the site Im working on.
http://www.aardesign.co.uk/echo/
The guy Im working for wants the main black panel to remain at 800px X 550px
and static regardless of how much content there is on a particular page.
Is there a way of putting a scroll bar on the side of the black panel rather than on the edge of the screen? (perhaps using CSS or JS).
Thanking you,
Alan.

Adding

overflow: auto

to the element should do the trick.

Thanks Angel -worked a treat.:slight_smile: