hi..

in the original #logoWrapper the image was set to repeat and align left.

i dont want this, i want it to NOT repeat and align right,

i have worked out how to stop it repeating, but i cannot figure out how to get the image to align right.

this is a snippet from my css...

--------------
#logoWrapper{
background-image: url(../images/sparks_130.jpg);
background-repeat: no-repeat;
background-color: #000000;
height:130px;
}
------------------

i have tried all sort, such as text align, float etc but it doesnt work

spent 2 hrs searching the BoK and forums but im stuck!

i know the answer will be shockingly simple.. but im new.. please help

cheers
M