html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body, input {
	background: #111;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: System, "Lucida Console", xTerminal, Fixedsys, Monospace;
}

a {
	color: #8af;
	text-decoration: none;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 45px;
}
	#console {
		border: 1px solid #999;
		margin: 7px 5px;
		height: 100%;
		overflow: hidden;
		padding: 3px 5px;
		box-shadow: #6374AB 1px 1px 1px;
		text-shadow: #6374AB 1px 1px 1px;
	}
		#console div {
			height: 100%;
		}

.bar {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
	#progress {
		margin: 0 17.8em 0 5px;
		border: 1px solid #999;
		box-shadow: #6374AB 1px 1px 1px;
	}
		#progress div {
			height: 1em;
			background: #933;
		}

	.bar span {
		margin: 0 5px 5px;
		float: right;
		font-size: 1.5em;
		font-weight: bold;
		text-shadow: #6374AB 1px 1px 1px;
	}
