What do you mean center it to the left?
From what I understand you want it to float it to the left with some margins to the left that makes it center.
If that’s it this is how I would do it:
margin: 0 0 0 auto;
float: right;
width: 100%;
Hmmm… I’m not sure if that’s going to work. ??