body:before { 	
  content: "";
  position: fixed;
  height: 10px; 
  width: 110%;
  top: -10px;
  left: -10%;
  box-shadow: 0px 0px 10px rgba(0,0,0,.65);
  z-index: 1000;
}