html,
body {
  height: 100%;
  margin: 0px;
}
html {
  color: #333;
}
body {
  background-image: url(/img/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow-y: scroll;
}
