<div id="container">
<h1>This is a title</h1>
<p>This is a paragraph.</p>
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3 — Let's put a whole bunch of content in here so that it stretches to 100% width on most monitors.</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
</tr>
</table>
</div>