html {  
  color: white;  
  background-color: black;
}
a { 
  color: white;
  text-decoration: none;
}
a:hover { 
  color: yellow;
  text-decoration: underline;
}

.title {
 
}
.titlePanel {
  color: white;
  background-color: black;
  opacity:0.8;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
}

.panel {
  color: black;
  background-color: white;
  opacity:0.8;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
}
.panel a {
  color: black;
}
#info {
  position: absolute;
  top: 300px;
  left: 25%;
  right: 25%;	
}
#launcher {
  position: absolute;
  min-width: 620px;
  bottom: 10%;
  left: 25%;
  right: 25%;	
}



#copyright {
  text-align: right;
  font-size: 10px;
  position: fixed;
  bottom: 10px;
  right: 40px;
}


