body {
  /*background-color: white;*/
  color: #BABAC4;
  /*color: #b8bbbc;*/
  font-family: Verdana;
  font-size: 80%;

 background-image: url("images/truth.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}

@font-face {
    font-family: customFont;
    src: url(x-files.ttf);
}


#container {
margin-left : 10%;
margin-right : 10%;
min-width:820px;
padding : 10px;
border : 0px solid #FFFFFF;
background :  inherit;
}


p {
  font-family:customFont;
    color:white;  
    font-size:150%;

     text-shadow: 2px 2px black;
}

#episode  {
  font-family:arial;
  font-size:80%;
  color:#4a586d;    
  text-shadow: 2px 2px black;
}

.imgleft{
  float:left;
  border:2px solid white;
  margin:20px;
  }
  
  .imgright{
  float:right;
  border:2px solid white;
  margin:20px;

  }