<style>
body {
background-image: url(URL_HERE); /* sets URL of background */
background-position: top left; /* places background in corner (top|bottom) (left|right)*/
background-attachment: fixed; /* anchors background */
background-repeat: repeat-x; /* how you want the background to repeat (repeat-x|repeat-y) */
}
</style>