BACKSTRETCHING:
    the source for the BG image can be found here: 
    http://www.creativecloseup.com/50-free-fascinating-high-resolution-textures-and-backgrounds
    
    For more info check here:
    http://srobbin.com/jquery-plugins/backstretch/
    
    In short, add the following code to the head of your html page, and save "bgimage.jpg" in the same folder as your html page. 
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script type="text/javascript" src="http://jessicahische.is/awesome/jquery.backstretch.min.js"></script>
    <script type="text/javascript"> 
    $.backstretch("bgimage.jpg", {speed: 1500});
    </script>