Not necessarily.
It is possible to put a block of left (or right) aligned text centered on the screen.
You would center the div with a margin:0 auto; width:50% (or something), and the text within the div could be aligned however.
In that particular example of yours, they are completely redundant unless there was other css that modified them.
Cheers
|