I am using the Hannover theme in beamer and I am using the title frame as plain
\documentclass{beamer}
\mode<presentation>
{
\usetheme{Hannover}%{CambridgeUS}%
\setbeamercovered{transparent}
}
\title[Title]{Centering Title frame}
\author[Gopi]{Gopi}
\begin{document}
\begin{frame}[plain]
\titlepage
\begin{figure}
\begin{center}
\includegraphics[scale=0.3]{logo}
\end{center}
\end{figure}
\end{frame}
\end{document}

Because it was not obvious on the first picture (white on white, I have added the same picture without the option "plain" on the frame). My point is that I would like that with the option plain the frame forget about the hannover theme and centers the whole frame.
I tried to put a \hspace{-xpt} before the frame but it did not seem to work.