body{
	background-color: #fafafa;
	min-height: 100%;
}

#hMain {
	width: 75%;
	background-color: #A0B0C0;
	min-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hHeaderLogo {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: url(mauabg.jpg) center center / 100% 100%;
	background-repeat: no-repeat;
	opacity:0.75;
	background_-position: top;
	background_-size: contain;
	background_-clip: padding-box;
	background_-origin: padding-box;
	background: url(../__app__/maua.jpg) no-repeat center; 
	background-size: cover;
	height: 160px;
	position: relative;
	opacity:0.75;
}

#hIdea {
	width:100%;
	height:auto;
	max-width:681px;
}

.hMinHeaderHeight {
	min-height: 160px;
}

.hNoMargin {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

#hHeaderLogo2 {
}

@media only screen and (max-height: 704px) {
	.motto {
		display: none;
	}
}

#hHeaderTitle {
	#box-shadow: 1px 1px 1px 1px lightgray;
	color: #D0E0F0;
	text-shadow: 2px 2px 3px darkblue;
}

a {
	color: #0000C0;
}

h2 {
	color: darkblue;
}

