CSS - tło

div{
  background: url(folder/obraz.jpg) 
  transparent repeat-x center;
}
div{
  background-image: url(...);
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: center;
}