I get it’s not a very specific question, but I would really love ideas.
To clarify, both the floating div and the background would stretch with the window size, but the div would have to remain in the “same” position on top of the background.
Is such a thing even possible?
Here's a jsFiddle: http://jsfiddle.net/778fb958/3/
<div class='background'>
<div class='foreground'>
<img class='tinyguy' src="http://orig05.deviantart.net/2f16/f/2012/027/8/9/16_bit_mario_by_nathanmarino-d4ntfl6.png">
</div>
</div>