I found a page searching google which said, that to obtain centre alignment you can set an elements formatting (using
CSS) to this:
margin-left: auto;
margin-right: auto;
I currently use this style of alignment for my pages, for both centre and right alignment (seeings how left is by default :P).