I am trying to create a very simple, one row table that spans the linewidth. When I use the following command:
\begin{tabular*}{\linewidth}{l@{\extracolsep{\fill}}r}
Entry 1 & Entry 2
\end{tabular*}
the first entry is slightly indented and the second entry entends past the linewidth. How do I make it so that the first entry is aligned with the left margin and the second entry is aligned with the right margin?

\noindent Entry 1 \hfill Entry 2? – Werner Apr 11 '12 at 18:22