body{ background-color: black;} 
p { color: white; } 
h1{ color: red; }
h2{ color: red; }
h3{ color: white; }



#head {
  clear: both;
  text-align: center;
  border-bottom: 3px double white;
  height: 9em;
  background-image: url(../images/warbanner.gif);
  background-repeat: no-repeat;
  background-position: top;
 
}



#left {
  float: left;
  min-width: 16%;
  min-height: 40em;

}
#middle {
  float: left;
  width: 68%;
  border-left: 3px double white;
  min-height: 40em;
}
#right {
  float: left;
  width: 10%;
  border-left: 3px double white;
  min-height: 40em;
}
#footer {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 3px double white;
}