body {
  background-color: #000000;
  background-image: url("background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  color: white;
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:0.75em;
  color:#000000;
}

img.wall {
  border:none;
  vertical-align:middle;
  height:128px;
  width:128px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wishWall {
  border-collapse:collapse;
  border-spacing:0;
}

.wishWall td {
  border-color:black;
  border-style:solid;
  border-width:0px;
  font-family:Arial, sans-serif;
  font-size:14px;
  overflow:hidden;
  padding:10px 5px;
  word-break:normal;
}

.wishWall {
    width:768px;
    height:768px;
    position:absolute;
    margin-left:-384px; /* half of width */
    margin-top:-384px;  /* half of height */
    top:50%;
    left:50%;
}