div#game
{
height : 600px;
width : 1000px;
margin : auto;
}

input {
    border: 1px #000000 solid;
}

body
{
background : #000;
}

div#text
{
background : #000;
margin : auto;
height : 600px;
width : 500px;
color : green;
font-family: monospace;
font-weight: bolder;
font-size: 15px;
text-transform : uppercase;
overflow : hidden;
}
div#items
{
float : right;
background : #000;
margin : auto;
height : 500px;
width : 200px;
color : green;
font-family: monospace;
font-weight: bolder;
font-size: 15px;
text-transform : uppercase;
overflow : hidden;
margin-top : -600px;
}
div#map
{
    float : right;
    background : #000;
    margin : auto;
    height : 100px;
    width : 200px;
    color : green;
    font-family: monospace;
    font-weight: bolder;
    font-size: 15px;
    text-transform : uppercase;
    overflow : hidden;
    margin-top : -300px;
}
div#inventory
{
float : left;
background : #000;
margin : auto;
height : 600px;
width : 200px;
color : green;
font-family: monospace;
font-weight: bolder;
font-size: 15px;
text-transform : uppercase;
overflow : hidden;
margin-top : -600px;
}
div#form
{
}
span#cursor
{
height : 15px;
width : 5px;
background : green;
}
input#invisible-input
{
position : absolute;
top: -99999em;
right: -99999em;
}