I'd like to create a table with two columns which follow the rules of the golden ratio. The width of the table should be equal to \textwidth of the corresponding class.
Here is an example image:

But instead of 960px it should use the full textwidth.
Edit:
As the image is not really clear I need to clarify my requirements. I'd like to have a little space between the two columns which will not be included in the calculation of the golden ratio. For example if the pagewidth would be 1000px and the space between is 40px the golden ratio should be calculated from the 960px. And additionally I don't want to have any padding on the left and the right side of and inside the columns.
\begin{tabular}{p{0.618\textwidth}p{0.382\textwidth}}? – Jake Aug 14 '12 at 7:21\tabcolsep... – tohecz Aug 14 '12 at 7:26