body {
background: black;
background-repeat:no-repeat;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: white;
 
}
.rad{
border: medium double rgb(255,0,0);
}
div.center {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 354px;
}
div.footer {
	color: gray; background: black; text-align: left; position: absolute;
bottom: 20px; 
}
div.login {
position: absolute;
top: 125px;
left: 150px;
}
div.greenscreen {
font: "Courier New", Courier, mono;
color: white;
position: absolute;
top: 110px;
left: 150px;
width: 500px;
height: 400px;
overflow: auto;
} 
div.input {
background: green;
ouline: solid white
font: "Courier New", Courier, mono;
color: white;
position: absolute;
top: 600px;
left: 50px;
width: 700px;
height: 100px;
overflow:auto;
}