[–] [deleted] 0 points 2 points (+2|-0) ago  (edited ago)

[Deleted]

0
1

[–] deadfraggle [S] 0 points 1 point (+1|-0) ago  (edited ago)

Thank you kindly! I was able to tweak your css for my own needs. Here's what I ended up with:

#header {
border-bottom: 1px solid #000;
position:relative;
vertical-align:bottom;
background-image: url('http://i.imgur.com/Ay2zC8g.png');
background-position: bottom left;
background-repeat: no-repeat;
background-color: #050025;
z-index: 99
}    

.pagename a{
position: absolute;
display: inline-block;
background: url('http://i.imgur.com/4D3Svwa.png') no-repeat;
top: 23px;
left: 300px;
width: 408px;
height: 100px;    
text-indent: -909px;
}

A bit crude for now, but I'll add more as time permits.