@charset "UTF-8";
/* CSS Document */

body {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: transparent;
  background-position: center center;
}

footer {
  font-size: 10px;
  text-align: center;
}