body {
    background-image: url(https://kurdt.neocities.org/scanbg13.gif);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: "Times New Roman";
    margin: auto;
    font-size: 12px    
}

#headbanner {
    position: static;
    top: 0;
    left: 0px;
    transform: translate(0px, 0px);
    padding: 0px;
    margin: 0px;
    text-align: center;
    
}

span {
    text-align: center;
    margin: auto;
    background-image: url(https://kurdt.neocities.org/fdas.png);
    padding: 0;
    background-repeat: repeat;
    font-size: 25px;
    border: 1px black solid;
    width: 699px;
    font-weight: bold;	
    text-shadow: 0 0 1px black;
    font-family: "Times New Roman";
    display: block;
    color: black;
    
}

#container {
  height: 0px;
  transform: translate(0, -16px);
  width: 700px;
  margin: auto;
  position: relative;
  text-align: center;
  display: flex;
}
#narrow {
  border: 1px black solid;
  height: 190px;
  background-image: url(https://kurdt.neocities.org/5015.png);
  margin: auto;
  width: 600px;
 
}
#wide {
  text-align: left;
  height: 190px;
  border: 1px black solid;
  margin: auto;
  flex: 1;
  background: white;
}
 
    
    
    
    
    
    