body {
	background: white;
        color: black;
	}
	
#menu {
	display: none;
	}

#header h1 {
  text-indent: 0;
  width: 100%;
}
	
#content {
	width: auto; 
	margin: 2%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}