.screen { display: none; }

#MainContent
	{
	background-color: white;
	color: black;
	}

#SideContent
	{
	background-color: blue;
	color: white;
	}