html {
	width: 100%; 
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
}

a { text-decoration: none; color: inherit; font-size: .8em; }

#contact {
	position: absolute;
	width: 50%;
	top: 24%;
	left: 24%;
	background-color: white;
	margin: 0 auto;
	padding: 2%;
	opacity: .8;
	display: none;
}
#contactbg {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#contactlink {
	width: 32px;
	margin: 0 0 -.25em 2em;
}

#chartContainer {
	width: 100%;
	height: 100%;
	background:url('../content/charts/chart1.jpg') center center no-repeat;
	background-size: contain;
	background-color: #ddd;
}

#chooseContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3em;
	width: 100%;
}

#choose {
	margin: 0;
	padding: 0;
	width: 27.6em;
	height: 100%;
	margin: 0 auto;
	list-style-type: none;
}

.choose {
	float: left;
	border: 1px solid #222;
	margin: 0 .2em;
	width: 1em;
	height: 1em;
}
.choose:hover {
	background-color: white;
}

.active {
	background-color: white;
}

#menuContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: .5em;
	height: 2em;
	overflow: hidden;
}

#menuLogo {
	float: right;
	height: 100%;
	width: auto;
}

#menuText {
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.4em;
}
a.text {
	margin: 0 0 0 .3em;
}

.clear {
	clear: both;
}