/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
  /* article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }*/

  header {
    border: double 3px black;
    font-family: 'Times New Roman', serif;
    margin: 20px 500px;
    color: white;
  }

  body {
    line-height: 1;
    background-image: url("http://www.geocities.ws/hst490/IMG/DarkWood.jpeg");
    color: white;
  }

  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    #container {
      width:989px;
      margin: 0 auto;
      padding: 5px;
      margin-right: 5px;
    }

    .main {
      width: 989px;
      margin: 0 auto;
    }

    /* Three image containers (use 25% for four, and 50% for two, etc) */
    .column {
      float: left;
      width: 30.00%;
      padding: 5px;
      border: 4px groove black;
    }

    /* Clear floats after image containers */
    .row::after {
        content:"show this content";
        clear: both;
        display: table;
    }

    .footer {
      text-align: center;
    }

   