html,
body {
   margin:0;
   padding:0;
   height:100%;
   width:100%;
}


#screen {
   min-height:100%;
   min-width:100%;
   position:relative;
}

body {
background: #FFFFFF url('/gfx/splash.png') no-repeat fixed center;
}

a{
color:#33cccc;
}

.window {

background: url('/gfx/window.png') no-repeat;
width:517px;
height:152px;
position:absolute;

padding:7px;

}

.caption {

height:24px;
width:503px;
background: url('/gfx/captionback.png');
margin-bottom:2px;

}

.content {

background: #FFFFFF;
border-width:1px;
border-style:solid;
border-color:#ededed;
font-family: "VT-100", monospace ;
font-size:12px;
width:500px;
height:108px;
padding:1px;

}

.cmdinput {

border-width:0px;
border-style:solid;
border-color:#ffffff;
font-family: "VT-100", monospace ;
font-size:12px;

}

.shelloutput {
overflow:auto;
}

.dock {
background: url('/gfx/dock.png') no-repeat;
position: absolute;
width:520px;
height:36px;
bottom:0px;
margin: auto;
left: 50%;
margin-left: -260px;

}

.dockmenu {
width:510px;
height:10px;
margin-top:7px;
padding-top:5px;
font-family: arial,helvetica;
font-size:14px;
font-weight:bold;
color:#666666;
text-align:center;
}