body {
  margin: 0px;
  background-color: #2f3033;
  color: #898a8d;
  font-family: Constantia;
}

#topBorder { 
  
  position: relative;
  z-index: 0;
  background-color: #68676f;
  width: 100%;
  height: 24px;
  
}

#topDivider {
 
  position: relative;
  z-index: 0;
  background-color: #f1eef4;
  width: 100%;
  height: 1px;
  
}

#linesOverlay {
 
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-image: url("https://attuka.net/at_ovrl.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  
}

#portrait {
 
 position: absolute;
 z-index: 150;
 left: 50%;
 max-width: 100%;
  
}

@media (max-width:640px) {
  
  img {
  
    width: 100%;
    
  }
  
  #portrait {
   
    max-width: 50%;
    
  }
  
}