body{
background:black;
color:white;
font-weight:bold;
overflow:hidden;
}

table{
margin-left:auto;
margin-right:auto;
width:400px;
}

td{
padding:4px;
border:1px solid red;
text-align:center;

}

form{
display:inline;
}

#window{
margin:-5px 0px 5px -5px;
width:800px;
height:400px;
border:red 1px solid;

}

#info{
float:right;
text-align:right;
width:200px;
}

#redscreen{
width:800px;
height:400px;
position:absolute;
margin:-5px;
}

input{
text-align:right;
}

a{
color:blue;
text-decoration:underline;
}
