diff --git a/index.html b/index.html
index 3275544..ddca1cd 100755
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@
'content/background/lookdown.jpg',
'content/background/macos.jpg',
'content/background/mountain.jpg',
- 'content/background/windows95setup.jpg'];
+ 'content/background/windows95setup.png'];
var imgShown = document.body.style.backgroundImage;
var newImgNumber =Math.floor(Math.random()*myImages.length);
document.body.style.backgroundImage = 'url('+myImages[newImgNumber]+')';