/* The min-width bodge for IE6 browsers */
* html #container
{
	width: 996px;
	margin: 0 auto;
}


/* The bodge for IE6 browsers to get rid of the extra space below the fourth_row. */
* html #fourth_row
{
	margin: 0;
}


/* The bodge for IE6 browsers to include space below the H1. */
* html h1
{
	margin-bottom: 10px;
}