Hi Mispiggy,
From the way I understand your question, you want this file as a background in a web, centered and no repeat. Try a little CSS in the head of your HTML........
<style>
BODY {
background: #F4ECD7 url("pathto yourMispiggy.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position : center;
}
</style>
...........I made the background the same color as the gif you posted,just copy and paste and fix the path. That what your after? If so you might even crop the gif file for faster D/L time as it will always be centered [img]/infopop/emoticons/icon_wink.gif[/img].

Jeff