Vyřešeno, stačilo udělat z tohohle:
.item
{
background-repeat:repeat-y;
font-family:Arial CE;
/*padding-bottom:1px;*/
padding-top:1px;
font-size:12px;
}
Tohle:
.item
{
background-repeat:repeat-y;
background-image:url('../images/item.png');
font-size:7px;
}