Right on Nuts... nice work both technologically and biologically

good work perk.
Thanks NBs
I imagine the principle is exactly the same, but the devil is in the details, meaning, it wont work. Though i guess this works because the photo is set as a background image. The content, if I was to type, without any margins set, it would just type in front of the corners, when we would want it to go behind actually.
z-index, man...

Also because the top and bottom bars are separate divs, you would never be able to write into the space between the two horizontal corners. ie, topleft and topright.
Not true... in fact, I use the exact method to create a stretchy "tab" on top of my box... unfortunately the tab required a single table to work exactly the way I wanted, but if I z-indexed the stuff I could have done it without. The top and bottom divs are just as writeable as the middle, you just need to be careful about text placement / sizing.