body {
background: #000;
color: #fff;
}

img {
border: none;
margin: 0px;
}

#outer-space {
background: url(gfx/starfield.png);
border-style: solid;
border-width: 2px;
border-color: #555555;
position: absolute;
height: 520px;
top: 42px;
width: 924px;
left: 23px;
z-index:6;
}

#spacemap {
background: #000;
border-style: solid; 
border-width: 2px; 
border-color: #555555; 
position: absolute; 
height: 155px; 
top: 20px; 
left: 720px; 
width: 250px; 
z-index: 7;
}

#toolbar {
background: #000; 
border-style: solid; 
border-width: 2px; 
border-color: #555555; 
position: absolute; 
height: 42px; 
top: 540px; 
left: 60px; 
width: 850px; 
z-index: 8;
margin-bottom: 10px;
}

#main-frame {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}
