/* This code hides the sidebar container (aside) and clears left and right margins on your content container. */

#main #content {
	margin-right: 0;
	margin-left: 0;
}

#aside {
	display: none;
}