The question is, how to horizontally center a beamercolorbox on the page?
I put it in the center environment, but that doesn't work.
\setbeamercolor{bgcolor}{fg=black,bg=blue}
\begin{center}
\begin{beamercolorbox}[rounded=true, center=true, shadow=true, wd=6cm]{bgcolor}
Some text goes here...
\end{beamercolorbox}
\end{center}