html, body {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	/*height: 100%;*/
	background-color: #2F2F2F;
	color: #BFBFBF;
}

html {
	overflow-y: scroll;
	/*-webkit-text-size-adjust: 100%;*/
	/*-ms-text-size-adjust: 100%;*/
}

body {
	font-family: monospace;
	text-align: center;
}

div#container {
	/*min-height: 100%;*/
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	text-align: center;
	font-family: monospace;
}

a, a:visited {
	color: #DFDFDF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
}


div#useLegend {
	cursor: pointer;
}

#useSpan {
	font-size: 80%;
}

div#cwrap {
	padding: 20px 20px;
	/*border-left: 1px solid #6F3FAF;
	border-right: 1px solid #6F3FAF;
	border-radius: 8px;*/
}

div#footer {
	margin: 16px 0 8px 0;
	font-size: 11px;
	color: #9F9F9F;
	text-align: center;
}

a#footer {
	color: #FFFFFF;
}
