It repeats on mine.
If you don't want the bg to repeat, do this:
HTML Code:
<body style="background-image: url('../site/backdrop.gif'); background-repeat: no-repeat;">
Then make the div or table that you are using to hold all your content the same size as that background image. That should keep everything where you want it.