body {
	font: 16pt "Lucida Grande", Arial, sans-serif;
	text-align: center;
}

button {
	font-size: 16pt;
}

#container {
	position: relative;
	height: 400px;
	margin: 2em;
}

#loading {
	position: absolute;
	margin: auto;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid white;
	background-color: white;
	opacity: 0.8;
	height: 1em;
	line-height: 1em;
	width: 8em;
	z-index: 10;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}

#loading img {
	vertical-align: bottom;
	margin-right: .5em;
	height: auto;
}

#boot img {
	max-height: 400px;
}
