Unde mai anume exact?

style.css :

.award-1 {
width: 16px;
height: 16px;
background-image: url(images/award_gold.png);
background-repeat: no-repeat;
z-index: 9999;
text-align: center;

}
.award-2 {
width: 16px;
height: 16px;
background-image: url(images/award_silver.png);
background-repeat: no-repeat;
z-index: 9999;
text-align: center;
}
.award-3 {
width: 16px;
height: 16px;
background-image: url(images/award_bronze.png);
background-repeat: no-repeat;
z-index: 9999;
text-align: center;
}

Eu asta am..