html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#000000;
	background-image:url(images/bkg.gif);
	background-repeat: repeat;
}

#overlay {width:100%; height: 100%; position: absolute; z-index: 98; top: 71px; left:0px;}
/*#overlay[id] {
  background: url('images/black_overlay.png');
}*/

TD.clickToClose { text-align: center; padding-top:10px; }
TD.clickToClose A {color: white; font: 10px Verdana, Tahoma, sans-serif; text-decoration: none;}