body {
  /*background-image: url("/mansmol.jpg"); */
  background-color: black;
  background-attachment: fixed;
  background-size: auto;        /* keeps its own size */
  background-position: center;   /* keeps it centered */
  background-repeat: no-repeat;  /* prevents tiling */
  color: white;                  /* make sure text stays visible */
  font-family: Verdana;
}