* Matti pwns you!
Fully done with CSS modding, thanks to Stylish!
code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(msghelp.net)
{
body {
background: url(<stripped>) 0px 0px repeat-x;
}
#header {
margin-top: -22px;
}
#header h1 {
background: url(http://shoutbox.menthix.net/attachment.php?pid=763567);
width: 340px;
height: 74px;
margin-left: -19px;
}
#header #mainnav li a {
color: #fff;
border-left:1px solid #2F6290;
}
#header #mainnav li a:hover {
color: #99BBD2;
}
}
And yes I do know it's stupid to use negative margins, but hey: I can't modify the HTML, only the CSS!