body{
  background: #fff url('images/bg.png');
}
#terminal1{
  position: absolute;
  top: 5%;
  right: 2%;
}
#terminal2{
  position: absolute;
  bottom: 2%;
  left: 2%;
}
#terminal1, #terminal2{
  width: 586px;
  height: 377px;
  background: url('images/terminal.png');
}
#terminal2 #windowcontents2 a{
  color: #fff;
}
#terminal2 #windowcontents2 .directory{
  color: #00f;
}
#terminal1 #windowcontents1, #terminal2 #windowcontents2{
  position: relative;
  top: 48px;
  left: 5px;
  color: #fff;
  font-family: monospace;
  font-size: 10pt;
}
#photoshop{
  position: absolute;
  top: 5%;
  width: 800px;
  height: 527px;
  background: url('images/photoshop.png');
  left: 10%;
  z-index: 200;
}
#photoshopcontents{
  position: relative;
  top: 93px;
  left: 72px;
  width: 613px;
  height: 376px;
  z-index: 201;
  background-repeat: no-repeat;
}
#minefield{
  position: absolute;
  top: 5%;
  width: 800px;
  height: 545px;
  background: url('images/minefield.png');
  left: 10%;
  z-index: 200;
}
#minefieldcontents{
  position: relative;
  top: 76px;
  left: 0px;
  width: 800px;
  height: 457px;
  z-index: 201;
  overflow: auto;
}