metti nell'head questo codice

<script>
window.onload = function sfondo() {
if(document.getElementById);
var d = document.getElementById('nome');
d.style.backgroundImage = "url('f1.jpg')";
}

</script>