html {
  background-color: #171717;
}
body {
  background-color: #171717;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font: normal normal bold 12px "Helvetica Neue", arial, sans-serif;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
h3 {
  font-size: 555px;
  color: #fff;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
a, a:active, a:link, a:visited { 
  color: transparent; text-decoration: none;
}
.clock {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  height: auto;
  z-index: 1;
}
#header {
  position: absolute;
  right: 0px;
  bottom: 0px;
  float: left;
  padding: 0px;
  padding: 7px 12px 7px 12px;
  z-index: 3;
  background-color: #171717;
}
.control, .contact {
  display:inline;
  font-size: 10px;
  background-color:transparent;
  color:#fff !important;
  text-decoration:none;
}
#units {
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.unit {
  padding: 2px;
  background-color: transparent;
  color: transparent;
  margin: 0px;
  float: left;
  width: auto;
  height: 15px;
}
.blank1, .blank2, .blank3, .blank4 {
  width: 100px;
  height: 15px;
  background-color: #171717;
}
.blank2 {
  background-color: #fff;
  width: 1px;
}
.blank3 {
  background-color: #fff;
  width: 30px;
}
.blank4 {
  background-color: #fff;
  width: 120px;
}
a:hover {
  color: #171717 !important;
  background-color: #fff !important;
}
.transparency {
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}
/* green c4e300 */
