body {
    background: url(3amkind.jpg) no-repeat center center fixed #333333;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -webkit-transition: background 300ms ease-in 200ms;
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms;
    transition: background 300ms ease-in 200ms;
}

#logo {
  text-align: right;
  width: 100%;
}

img {
  width: 100px;
  margin-top: 3%;
  margin-right: 3%;
  display: inline-block;
}
