html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body{
	font: 14px Tahoma;
  background: #000;
	color: #f0f0f0;
}
#terminal {
  width: 50%;
  height: 90%;
  padding: 8px;
  font-family: Courier New;
  font-size: 14px;
}
#inputLine {
  margin-top: 16px;
}
.termInp {
  border: 0px;
  background: #000;
  font-family: Courier New;
  color: #f0f0f0;
  width: 80%;
}