I think i have the solution for the top corners.
Add this after line 2 in the /layout/blocks/ main.php
<blockquote><div id=”corner-top-left”> </div>
<div id=”corner-top-right”> </div></blockquote>
Add this lines to the /css/ template.css
<blockquote>#ja-mainbody { background: #thecoloryouwant;
#corner-top-left { background: url(../images/top-left.jpg) no-repeat top left; float: left; height: 10px; width: 10px; }
#corner-top-right { background: url(../images/top-right.jpg) no-repeat top right; z-index: 12; }</blockquote>
The only problem i am strugling with is to give the mainbody a: margin-left: 10px;