html * {
  color: #fff !important;
  font-family: Arial !important;
}

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

#main {
  width: 960px;
  margin: 0px auto;
}

@media screen and (max-width: 800px){
  #main {
    width: 100%;
  }
}

blockquote {
  font-style: italic;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
