body	{ 
	font-family: tahoma,arial,sans-serif; 
	font-size: 10pt ;
	color: #ccc ; 
  z-index: 1 ;
  background: url(bgs/333.gif) ;
	background-color: #333 ;
  background-repeat: no-repeat ;
  padding: 0px ;
  margin: 0px ;
}

a { 
  color: white ;
  text-decoration: none ;
}

img#tv {
  position: absolute; 
  top: 10px; 
  left: 75px; 
  z-index: 2 ;
}

iframe#display {
  position: absolute ; 
  top: 114 ; 
  left: 102 ; 
  z-index: 3 ;
  width: 320px ;
  height: 255px ;
}

iframe#control {
  position: absolute ; 
  top : 114 ; 
  left: 443 ; 
  z-index: 3 ;
  height: 255px ;
  width: 85px ;
}

/* magic */
form#magic {
  position: absolute;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
  bottom: 20 ;
  right: 20 ;
  z-index: 6 ;
  width: 180px ;
  font-family: verdana, sans serif ;
  color: black ;
  background: lightgrey ;
  padding: 10px ;
  font-size: 0.7em ;
}

/* override some g2 features */
img.ImageFrame_ {
  border: 1px solid white ;
}

img.ImageFrame_:hover {
  border: 1px dotted yellow ;
}

div.gbBlock {
  margin-top: 0px ;
}

div.centred {
  margin: auto ;
  text-align: center ;
}

/* dysnfunctional */
bl { 
  background-color: black ;
}
gr {
  background-color: grey ; 
}

