I want to get a result like this: http://jsfiddle.net/7Kc2m/, but I don't want to use text-align for obvious reasons. I was trying to leave just margin: 0 auto, but it mysteriously doesn't work. So, how can I achieve this without text-align and center? And if you can, please let me know the reasons why it doesn't work with margin: 0 auto and why it works with yours, thank you.
When I tried with float: left, it didn't work too.