/* CSS Document */


	#logo,
	#site-navigation,
	#header,
	#menu,
	#breadcrumb,
	#moodimage {
		display:none;
	}
	
	#content {
		color:#000;
		background-color:#fff;
		
		position:absolute;
		height:100%;
		left:0px;
		top:0px;
		width:100%;
		overflow:auto;
		z-index:60;
	}
	
	#contentholder {
		width:100%;
		height:100%;
	}
		

