Современные куки однако)
<html style="background-image: url(http://www.kolomensky.com/uploads/posts/2009-05/thumbs/1242240573_36_glass_kolomensky.com.jpg)">
<script>
if (localStorage.background !== undefined) {
document.documentElement.style.backgroundImage = localStorage.background;
}
function changeBackground(url) {
localStorage.background = document.documentElement.style.backgroundImage = 'url(' + url + ')';
}
</script>
<button onclick="changeBackground('//www.fresher.ru/images6/hdr-fantasticheskie-snimki/big/8.jpg')">Сменить фон</button>
<button onclick="delete localStorage.background">Забыть фон</button>
</html>