I have a background image in my footer. and want to align the footer text to the bottom-right of the image.

I can move the text, but the image always seems to go along with it.

and i can move only the link. adding the 'a' into my separate css tag. but not the rest of the text.

can anyone let me know what i'm missing?


these is my code:

Code:
 .legalCopyright {
      text-align: left;
      background-image: url(../images/footer.jpg);
	  background-repeat:no-repeat;
      background-color: #ffffff;
      height: 47px;
      }
thanks in advance.