body {
	background-color: #000;
}

.window {
	position: absolute;
	left: 60px;
	top: 30px;

	border: 1px solid #999;
}
.titlebar {
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #999;
}
.container {
	padding: 4px;
	width: 564px;
	height: 300px;
	overflow: hidden;
}
#console {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;

	font-size: 10px;
	font-family: monospace;

	width: 100%;
	height: 100%;
	padding-right: 19px;
	overflow-y: scroll;

	line-height: 12px;
	letter-spacing: 1px;

	color: #fff;
}



a {
	text-decoration: underline;
	color: #e1382f;
}

.red {
	color: #e1382f;
	font-family: monospace;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;
}
.titlebar {
	color: #fff;

	font-size: 10px;
	font-family: monospace;

	text-align: center;
	line-height: 24px;
}