Basically my goal is for my page content div to be encapsulated in a round rectangle. Sort of like this:
Top of round rect (White)
Page content (uses a white rectangular css background)
Bottom of round rect(White)
So then the page content section can be as long as I need and retain the round rect shape. I'm just not sure the best way to do this. I tried adding an img to the top of pagecontent div, but the transparent areas were overridden by the pagecontent's background. Thanks