Free Web Site Background Images
To download any of these backgrounds, press the right mouse button on the desired background and save it to disk.
To use this as a background in Dreamweaver, click on Modify>Page Properties from the main menu. The Page Properties window will be displayed, go to Background Image and select the background image which you had saved.
The code for this is basically a style like this :
<style type="text/css">
<!--
body {
background-image: url(images/background_image_name.gif);
}
-->
</style>
Social Bookmarking