Attach image to DIV
<div id="test"></div>
#test { background-image: url("random-art.gif"); width: 100%; height: 200px; border: 2px solid red; background-attachment: fixed; }