#globalWatch{
  width: 600px;
  height: 1200px;
  position: absolute;
  left:0;
  top:0;
  transform-origin: top left;
  transform:scale(.5)
}

#backgroundHolder{
  background-image: url(img/600x1200.png);
  width: 600px;
  height: 1200px;
  position: absolute;
  z-index: 0;
}


#timepieceHolder{
  width: 227px;
  height:227px;
  left:186px;
  top:484px;
  position: absolute;
  z-index: 1;
}
