#java {
  position:relative;
  float:left;
}
#flash {
  position:absolute;
  width:100%;
  height:100%;
  float:left;
  z-index:1;
}
#console {
  position:absolute;
  float:left;
  width:100%;
  top:400px;
  z-index:2;
}
#consoletop {
  //background:url("images/console_top.png") no-repeat;
  background:#333333;
  color:#EEEEEE;
}
#consolemid {
  background:#111111;
  height:200px;
}
#consolebot {
  //background:url("images/console_bot.png") no-repeat;
  background:#333333;
  width:165px;
  height:17px;
}
#appletHolder {
	position:absolute;
	visibility:hidden;
}

#hiveOutput {
	border: 2px;
	position:relative;
	font-family: sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	margin: 2px;
}


body {
	background:#000000;
	color:#AAAAAA;
}
