html,body{
  margin:0;
  padding:0;
  background-color:#090909;
  width:100%;
  height: 100%;
  
}
table {
  width:100%;
  height: 100%;
}
table td{
	text-align: center;
	vertical-align: middle;
	width:100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 180%;
	color: #FFFFFF;
	background: url(/images/back.gif) center center no-repeat;
}
table td a {
  font-weight: bold;
  color: yellow;
}

