body, html {
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: #08f;
	font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
	cursor: default;
  	-webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;	
}

div.frame {
	margin: 10% 25% 0 25%;
	border: 0;
	text-align: center;
	font-family: monospace;
}

div.header {
	font-size: 32px;
	font-family: monospace;
}

hr {
	border-color: #08f;
	border-top-width: 0px;
}

.popup {
	display: none;
	border-radius: 10px;
	border: 1px solid #08f;
	position: absolute;
	bottom: 35px;
	right: 5px;
	background-color: #fff;
	max-width: 400px;
}

#impress {
	
}

#disclaimer {
	
}

.popup div {
	padding: 5px;
	text-align: justify;
}

.popup hr {
	margin: 0;
	padding: 0;
}

#bottomBar {
	height: 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #08f;
}

.bottomBarItem {
	display: inline-block;
	height: 35px;
	float: right;
	padding: 5px;
	border-left: 1px dotted #08f;
}

.bottomBarItem:hover {
	color: white;
	background-color: #8bf;
}

