Our Affiliates
Add a fixed background to your page, which won't scroll with the rest of your content. You can also choose to make the image tile, or display only once.
Add the following to your pages <head> tags.
<style type="text/css">
body {
background: url('/img/background.gif');
background-repeat: no-repeat;
}
</style>
Add the following to your pages <head> tags.
<style type="text/css">
body {
background: url('/img/background.gif');
background-repeat: no-repeat;
}
</style>



