body {
	/*background-color: rgb(240, 240, 240);*/
	margin: 0px;
	height: 100%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;

	-webkit-user-select: none;
}

#header {
	background-color: rgb(0, 99, 166);
	font: 15px Verdana;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: auto;
	text-align: left;
	position: relative;
	display: none;
}

#title {
	position: absolute;
	color: rgb(255, 255, 255);
	padding-top: 3px;
}
