body
{
	color: #000;
}

#header, #left-column, #right-column > *, #footer, #right-col, .button
{
	display: none;
}

#header, #right-column
{
	float: left;
	width: 1000px;
}

#content
{
	display: block;
	width: 1000px;
}

#content #main
{
	display: block;
	width: 1000px;
	border: none;
}

#content > *
{
	display: none;
}

#content #main
{
	display: block;
}