.circle {
  background: url(images/black-circle.png) no-repeat;
}

.circle.blue {
  background-image: url(images/sprites/light-blue-circle.png);
}