﻿ body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(./Images/moviepostercollage.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.layer {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layerouter {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    padding-top: 55px;
    width: 100%;
    height: 100%;
}