background-position: right bottom;
should do the trick.
Reference: CSS background-position Property
xpos ypos - The first value is the horizontal position and the second value is the vertical. The top left corner is 0 0. Units can be pixels (0px 0px) or any other CSS units. If you only specify one value, the other value will be 50%. You can mix % and positions
Pekka
2010-01-15 20:10:38