#nav, #masthead { 
	display: none; 
}

#content { 
	width: 100%; 
	float: left; 
}

#tools { 
	width: 100%; 
	float: right; 
}

#scrollable-content {
	overflow: visible;
} 