html {
	background: none;
}
body {
	color: black;
	background: none;
}
#main {
	width: 100%;
}

#search,
#meta_navigation_top,
#navigation,
ul#categories,
#sidebar,
#footer,
div.additional {
	display: none;
}

#content {
	background: none;
	border: none;
	padding: 0;
	width: 75%;
	font-size: 1.25em;
}

#content * {
	margin-bottom: 1em;
}

