Ставим это в head: Quote
<script language="JavaScript">
theTime = new Date();
theHour = theTime.getHours();
if(theHour>6&&theHour<18){
document.write('<body background ="day.gif" text="black">');
}
else{
document.write('<body background ="night.gif" text="white">');
}
</script>
Красное меняем на путь до своих картинок фона.