body {
  position: absolute;
  width: 100%;
  height: 100%;
}

#hd {
  background-image: url(../../images/application/background.png);
  border-bottom: 5px solid #000;
  padding: 10px;
}

#hd ul {
  overflow: auto;
  zoom: 1;
}

#hd li {
  float: left;
  margin-right: 30px;
}

#hd a, #hd .divider {
  text-decoration: none;
  color: white;
  font-size: 167%;
}

#hd a:hover {
  text-decoration: underline;
}

#hd #code textarea {
  padding: 5px;
  border: 1px solid #1EBD0B;
  color: #FFF;
  background-color: #000;
  width: 400px;
  height: 100px;
  -moz-box-sizing: border-box;
  overflow: hidden;
  font-family: monospace;
  font-size: 77%;
}

#hd #code p {
  float: left;
  color: white;
  font-size: 167%;
}

#bd {
  position: absolute;
  width: 100%;
  -moz-box-sizing: border-box;
}
