Come spiega nel link che ti ha dato dreadnaut sopra, le immagini esistono, ma non le hai linkate bene nell' "src" del tag img.
Per farla breve, sostituisci:
Codice HTML:
<img src="img/i miei lavori.gif" width="170" height="54" border="0" class="bottoni_menu" />
Con:
Codice HTML:
<img src="img/i_miei_lavori.gif" width="170" height="54" border="0" class="bottoni_menu" />
E:
Codice HTML:
<img src="img/contattami finale e ridotto.gif" width="170" height="54" border="0" class="bottoni_menu" />
Con:
Codice HTML:
<img src="img/contattami_finale_e_ridotto.gif" width="170" height="54" border="0" class="bottoni_menu" />
Ciao!