#analog-clock1, #analog-clock2, #analog-clock3 {
  position: relative;
  width: 200px;
}
#analog-clock1 #bg1, #analog-clock2 #bg2, #analog-clock3 #bg3 {
  position: relative;
  height: 200px;
  width: 200px;
}
#hour-hand1, #hour-hand2, #hour-hand3 {
  position: absolute;
}
#minute-hand1, #minute-hand2, #minute-hand3 {
  position: absolute;
}
#second-hand1, #second-hand2, #second-hand3 {
  position: absolute;
}

table.clock_table {
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 0px;
}
table.clock_table td {
  text-align: center;
  border: solid 0px #003366;
  background-color: transparent;
  padding: 5px;
}
table.clock_table td.clock_header div.header {
  border: solid 1px #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0px;
  background-color: #003366;
}
table.clock_table td.clock_footer {
  font: bold 20px Arial;
}
span.clock {
  font: bold 14px Arial;
}

img#bg1, img#hour-hand1, img#minute-hand1, img#second-hand1,
img#bg2, img#hour-hand2, img#minute-hand2, img#second-hand2,
img#bg3, img#hour-hand3, img#minute-hand3, img#second-hand3
{
  border-width: 0px !important;
  margin: 0px !important;
}
