body {
  background: url("bg_deathstar.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000000;
  background-size: cover;
  font-family: tahoma,"Roboto",verdana,arial,helvetica,sans-serif;
  margin: 0;
}

#buttons {
  float: left;
  margin-left: 10%;
  margin-top: 60px;
}

.knop {
  background-color: rgba(125, 180, 245, 0.4);
/*  border: 1px solid rgba(180, 180, 180, 0.4); */
  border-radius: 8px;
  box-shadow: -2px -1px 5px 2px rgba(200, 200, 200, 0.6);
  height: 48px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 12px 16px;
}

.knop:hover {
  background-color: rgba(125, 180, 245, 0.5);
/*  border: 1px solid rgba(180, 180, 180, 0.4); */
  border-radius: 8px;
  box-shadow: 2px 1px 5px 2px rgba(200, 200, 200, 0.6);
  height: 48px;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 12px 16px;
}

.knop img {
  border-radius: 6px;
  float: left;
  width: 48px;
}

.knop p {
  color: #D0C020;
  font-size: 32px;
  font-style: italic;
	font-variant: small-caps;
  float: left;
  line-height: 48px; 
  margin: 0;
  padding: 0 0 0 16px;
  text-decoration: none;
  text-shadow: -2px 1px 3px rgba(200, 100, 50, 1);
}

#clock {
  bottom: 24px;
  color: #B0B090;
  font-size: 38px;
  left: 32px;
  line-height: 40px;
  position: absolute;
  text-shadow: -2px 2px 2px rgba(150, 150, 250, 0.8);
}

#time {
  float: left;
}

#line {
  border-right: 1px solid #909070;
  border-left: 2px solid rgba(150, 150, 250, 0.5);
  content: "";
  float: left;
  height: 40px;
  margin: 0 4px;
}

#date {
  float: left;
}

#month {
  font-size: 18px;
  line-height: 19px;
}

#day {
  font-size: 18px;
  line-height: 19px;
}
