<fo:table table-layout=”fixed” width=”100%” space-before=”60px”>
<fo:table-column column-width=”9cm” />
<fo:table-column column-width=”9cm” />
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block >Blah</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block >Blah</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>