body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color:#000040;
	color: #33cc00;
}
.ttable {
height: 100%;
width: 100%;
}
div#content {
  position: absolute;
  top:0px;
  left:0px;
  z-index: 1;
  width:100%;
  height:100%;
}
img#backgroundImage {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.lcdstyle{
font: bold 88px Verdana;
padding: 3px;
line-height:88px;
}
.lcdstyle sup{
font: bold 22px Arial;
line-height:88px;
}
.lcdstyle2{
font: bold 22px Arial;
line-height:22px;
}
#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	}