#background { width : 100%; height : 100%; position : fixed; top : 0px; left : 0px; overflow : hidden; z-index : -1; opacity : 0.5; } #fake { height: 248px; } #background .level { height : 248px; width : 3392px; position : absolute; bottom : -16px; left : 0px; background-image : url(mariobackground.png); /* overflow-x : hidden;*/ } #background .overlay { width : 3392px; height : 100%; position : absolute; top : 0px; left : 0px; background-color : rgba(50,40,20,0.5); } #background .mario-sprite { width : 40px; height : 40px; overflow : hidden; position : absolute; left : -999px; } #background .text-1 { position : absolute; left : 1650px; top : -120px; } #background .text-2 { position : absolute; left : 3100px; top : -180px; } #fake { height: 248px; }