body {
  background-image: url("site-background.png")
}
.center {
  text-align: center;
}
.right{
  text-align: right;
}
.list{
  background-color: white;
  text-align: right;
  background-position: right;
}
a {
  color: white
}
ul.right {
  display: inline-block;
  text-align: right;
}
div.right{
  text-align: right;
}