
body {
  margin: 10px  50px;      /* gives the page a border at top and bottom with background showing. Looks tidier! */
  padding: 0;      /* top/bottom left/right */
  text-align: left;    /* centers IE6 */ 
  color: #fff; background: #000;
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 14px;
}

#wrapper {
  width: 800px;
  margin: 0 auto;    /*centers page for modern browsers such as firefox and ie7+ */ /* top right bottom left */
  text-align: center;
  color: #000; background: #000;
}


img{
    border: 1px;
     border: 2px solid #BCA99A;
}

img.displayed {  /*this will keep images in the middle of page including banner*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #000;
}

#content {
  width: 800px;
  text-align: center;
  margin: 0;
  padding: 0;
 
}
#content2  p {
  padding: 10px 10px 10px 40px;  /* top/bottom left/right */
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #fff; background: transparent;
}
