body {
  background: #ffffff;
  background-image: url('/img/background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

p.address {
  color: black;
}

div#content {
  background-image: none;
  background: transparent;
  padding-top: 0;
}

div#footer {
  color: black;
}

a {
//  text-decoration: none;
}
a:link {
  color: #0000ff;
}
a:link:hover {
  color: #0000ff;
}

