/* display the sidebar container as a block so it is displayed on screen */
#sidebarContainer {
	display: block;
	width: 500px;
}
