1st of all, please try this on a child style first, since I'm not exactly sure it'll work at your board.
I've changed the class and id names a bit for my personal use only.
Put this between your wrapper:
Code:
<div class="top_lft"></div><div class="top_rht"></div><div class="top_x"></div>
<div class="header_lft"></div><div class="header_rht"></div><div class="header_x"></div>
<div class="btm_lft"></div><div class="btm_rht"></div><div class="btm_x"></div>
CSS
Code:
.top_lft {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/top-l.gif) no-repeat;
float:left;
height:36px;
margin:0;
padding:0;
width:70px;
}
.top_rht {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/top-r.gif) no-repeat;
float:right;
height:36px;
margin:0;
padding:0;
width:70px;
}
.top_x {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/top-tag.gif) repeat-x scroll center top;
height:36px;
margin:0;
padding:0;
}
.header_lft {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/logo-l.gif) no-repeat;
float:left;
height:105px;
margin:0;
padding:0;
width:70px;
}
.header_rht {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/logo-r.gif) no-repeat;
float:right;
height:105px;
margin:0;
padding:0;
width:70px;
}
.header_x {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/logo.gif) repeat-x scroll center top;
height:105px;
margin:0;
padding:0;
}
.btm_lft {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/mft-l.gif) no-repeat;
float:left;
height:28px;
margin:0;
padding:0;
width:200px;
}
.btm_rht {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/mft-r.gif) no-repeat;
float:right;
height:28px;
margin:0;
padding:0;
width:200px;
}
.btm_x {
background:#000000 url(http://skins4forums.com/vbskins/images/skins/finite/misc/mft-m.gif) repeat-x scroll center top;
height:28px;
margin:0;
padding:0;
}
About Firebug, it's a great inline editor