  body{
    background-image:url("clouds.gif");
    overflow: hidden;
  }

  #parentDiv{position:absolute;visibility:hidden;
              left:25; top:25; width:588; height:508; 
              clip:rect(0,588,398,0); 
              background-color:#C0C0C0; 
              background-image: url(background.gif); 
              layer-background-color:#000000;}
              
  #commandLine{
              position:absolute; 
              clip:rect(0,588,220,0); 
              left:0px; top:188px; width:588px; height:220px;
              background-color:#000000; 
  }
  
  #line{
    position: absolute;
    top: -3px; width: 500px;
  }
  
  #arrows{
    position:absolute; 
    left:510; top:10;
    width: 80;
  }
  
  #mainWindow{
    position:absolute;
    background-image:url("background.gif");
    top:50px; left:250px; width:450px;
    font-family:tahoma,verdana,arial,geneva,helvetica;
    font-size:10pt;
    font-weight: bold;
  }
  
  .lost{
    font-family:tahoma,verdana,arial,geneva,helvetica;
    font-size:10pt;
    font-weight: bold;
    color:#fff;
  }
  
  a{
    color:#af5baf;
    font-family:tahoma,verdana,arial,geneva,helvetica;
    font-size:10pt;
    font-weight: bold;
    text-decoration:none;
  }
  
  a:hover{color:#cf7dcf;}
