body {
    padding: 0px;
    background: #999 url('images/computer2.jpg') no-repeat;
}

#console, 
#console * {
  font-family: Courier New, Terminal;
  font-size: 12px;
  color: #0c0;
}

#console a
#console a:link,
#console a:visited {
	color: #0A0 !important;
	text-decoration: none;
}

#console a:hover {
	background-color: #0C0;
	color: #000;
}


#console {
  padding: 0px;
  margin: 0px;
  background: transparent;
  
  position: absolute;
  overflow: auto;
  top: 110px;
  left: 130px;
  width: 430px;
  height: 320px;
}

#command {
  border: 1px dashed #0C0;
  margin: 0px;
  padding: 1px;
  background: transparent;
  font-family: Courier New, Terminal;
  font-size: 13px;
  color: #0C0;
  line-height: 15px;

  position: absolute;
  top: 430px;
  left: 130px;
  height: 17px;
  width: 430px;
}

.cmderror  { color: #C00; }
.cmdline   { color: #0C0; font-weight: bold; }
.cmdoutput { color: #0C0; }
.cmdmsg    { color: #0C0; }


