body
{
  background-image: url("background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center
}
p
{
  font-family: trebuchet ms;
}
p.name
{
  font-size: 18pt
}
a.name
{
  display: none;
  position: relative;
  top: -75px;
  left: 17px
}
