center titlepage 

 > > Can someone tell me how to center the titlepage, (the page, not the
lines).
 >
 > Try putting a \vfill before and after the text you want vertically
 > centered.
 >
 > -- Scott
\begin{titlepage}
 \vspace*{\fill}
    bla bla
 \vspace*{\fill}
\end{titlepage}

Martin