#lcd {
  background: url(cydget://_UIImageWithName/UILCDBackground.png);
  height: 96px;
  width: 320px;
  color: white;
	position: absolute;
	top:0px;
	left: 0px;
}

#lcd h1 {
  font-family: "LockClock-Light";
  font-size: 65px;
  left: 1px;
  position: relative;
  text-align: center;
  text-shadow: -0.5px -1px 1px black;
  top: -6px;
	padding: 0px;
	margin: 0px;
}

#lcd h2 {
  font-family: "Helvetica";
  font-size: 17px;
  position: relative;
  text-align: center;
  text-shadow: -0.5px -1px 1px black;
  top: -16px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

