html, body {
	color: black;
	font-size: 15px;
	background: white;
}

#headercontent {
	height: 0px;
}

#headercontent, #header, .subheader, #quicklinkswrapper , #footer, .loading {
	display: none;
}

h1, h6  {
	display: block !important;
	font-family: 'Bilbo Swash Caps', arial;
	color: black;
}

h1 {
	display: block;
	margin-left: 20px;
}

#headline {
	width: 100%;
	margin-left: 0px !important;
	margin-bottom: 50px;
	display: block;
	text-align: left !important;
}

img {
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#text {
	display: block;
	background: white;
}

#maincontent {
	margin: 20px;
	display: block !important;
}