#prog {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
#prog > h1 {
  font-size: 500%;
  color: #ccc;
  position: absolute;
  z-index: 100001;
  left: 10%;
  top: 10%;
}
#prog > div {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 30%;
  height: 20px;
  border-radius: 6px;
  border-bottom: 1px solid none;
  border-right: 1px solid none;
  background: transparent;
}
#prog > div > #info {
  margin: 9px;
  width: 0%;
  height: auto;
  font-size: 10px;
  padding: 2px 4px;
  color: #ccc;
  border-bottom: 1px solid #ccc;
  opacity: .8;
}
