\makebox[width][position]{text}
The \makebox command creates a box just wide enough to contain
the text specified. The width of the box is specified by the
optional width argument. The position of the text within the box
is determined by the optional position argument.
c - centered (default)
l - flushleft
r - flushright
See section \makebox.