html {
  background: #4a6b8c url(hack1.jpg) no-repeat center top fixed;
}
body {
  background: url(back1.jpg) no-repeat center bottom fixed;
  padding: 50px;
  margin: 0px;
  font-family: serif;
  font-style: italic;
  font-size: 150%;
  color: #ffd;
}
p {
  text-align: justify;
}
a {
  color: #ff4;
}
