se scrivi
codice HTML:
background-image: url(immagini/spiaggia.gif);
e poi
codice:
background: #568ec0;
l'ultima dichiarazione è una shortcut che sovrascrive tutte le proprietà inerenti, quindi anche la precedente background-image

avresti dovuto scrivere
codice:
background-color: #568ec0;