body {
background-image:url('/disint.jpg');
background-repeat: repeat; 
background-size: contain; 
background-attachment: fixed;
align-items: center;
}

.header {
  POSITION:absolute; 
  LEFT:10%; 
  top:14vw;
  min-width: 80%;
  min-height:20vw;
  background:url('/header4.png'); 
  background-repeat: no-repeat; 
  background-size: 100%; 
  z-index: 3;
  background-position: center top;
  
}

.boxbody {
  position: absolute;
  overflow:visible;
  display:inline-block;
  LEFT:10%; 
  top:14vw;
  max-width:100%;
  width: 80%; 
  height:auto;
  min-height:100%;
  background:url('/boxbody.png'); 
  background-repeat: repeat-y; 
  background-size: contain; 
  background-attachment: scroll;
  z-index: -1;
}

.cambody {
  position: absolute;
  
  display:inline-block;
  LEFT:25%; 
  top:10vw;
  bottom: 20%;
  max-width:100%;
  width: 50vw; 
  height:40vw;
  
  background:url('/cam.png'); 
  background-repeat: no-repeat; 
  background-size: contain; 
  background-attachment: scroll;
  z-index: -1;
}

.camguts {
  position:absolute;
  width:55%; 
  left: 15%; 
  top: 40%;
  height: 45%;
  overflow:auto;
}

.guts {
  position:relative;
  width:85%; 
  padding-left: 6%; 
  padding-top: 14vw;
  padding-bottom: 30px;
}


footer {
  background:url('/footer.png');
     position:fixed;
     bottom: 0%;
     width:80%;
     height:4%;
     left:10%;
     z-index: 3;
     background-size: 100%;
     background-repeat: no-repeat
}

aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  background-color: lightgray;
}
