html, body {
    margin: 0;
    padding: 0;
    height: 100%;       
    box-sizing: border-box;
}
body {
	background-color: black;
	color: white;
	font-family: Verdana;
	font-size: 26px;
  background-attachment: fixed; 
  background-position: center;
  background-image: url('/background.png');
  margin: 0;
  padding: 0;
  border: 5px solid #ffffff; 
  box-sizing: border-box;
}
img {
	box-shadow: 0 0 30px #FFF;
}
table, th, td {
	border: 2px solid white;
}