body {
  background-image:none;
}
.bgimage {
  position: fixed;
  top: 0;

  background-image:url('fries.png');
  filter: grayscale(100%) blur(4px);
  -webkit-filter: grayscale(100%) blur(4px);

  height: 100%;
  width: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
#main_content {
  margin-left: 2em;
  max-width: 945px;
  width: 90%;
}

img.right, img.left {
  padding: 0.5em;
  margin: 0.5em;
  max-width: 25vw;
}
img.standalone {
  padding: 0.5em;
  margin: auto;
  display: block;
}
img.right {
  float:right;
}
img.left {
  float:left;
}
h2 {
  clear: both;
}