html,body{
  margin:0;
  padding:0;
  background-color: #000000;
  width:100%;
  height: 100%;
}
table {
  width:100%;
  /*height: 100%;*/
}
table td{
  text-align: center;
  vertical-align: middle;
  width:100%;
  /*height: 100%;*/
}
#PFfooter {
	color:#5A4016;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#PFfooter a {
	color:#92784D;
	text-decoration:none;
}
#PFfooter a:hover {
	color:#92784D;
	text-decoration:underline;
}