My itemstats didn't show any background at first, the stats showed with a transparent background and that's quite hard to read
What I had to do was edit itemstats.css and add a .wowitem class, so if anyone else has this problem, this is what you have to do.
This is what I entered above the very first class:
Code:
.wowitem
{
background-color: #000000;
text-align: left;
width: 385px;
border: 1px;
border-color: #B08617;
border-style: ridge;
}