How to I move this image to the bottom-left using HTML?

Maggie

New member
body {
background-color:{color:background};
background-image:url(http://i1061.photobucket.com/albums/t468/m4gg1e/tumblr.gif);
background-attachment: fixed;
background-repeat: no-repeat;

}

The image is in the top-left, I need it on the bottom-right!! Please help, thanks
 
Back
Top