#topheading {
  position : relative;
  font-family : arial,verdana,helvetica;
  font-weight : bold;
  font-size : 16px;
}

#topheading span.shadow {
  position : absolute;
  font-family : arial,verdana,helvetica;
  font-weight : bold;
  font-size : 16px;
  color : #304050;
  top : -7px;
  left : 12px;
}

#topheading span {
  position : absolute;
  top : -9px;
  left : 10px;
}

#heading {
  position : relative;
}

#heading span.shadow {
  position : absolute;
  color : #304050;
  top : -6px;
  left : 2px;
}

#heading span {
  position : absolute;
  top : -7px;
  left : 1px;
}

#remote {
  position : relative;
}

