/* 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;
  }

  /* Body Styling */ 

  body {
    background-image: url('../img/background.jpg');
    background-size: 1920px 4100px;
    background-repeat: no-repeat;
    line-height: 1;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .nav-container {
      position: absolute;
      top: 0px;
      right: 15px;
    }

    .coin-corner {
      position: absolute;
      top: 50px;
      right: 140px;
    }

    .mario-corner {
      position: absolute;
      top: 100px;
      right: 150px;
    }

    nav li {
      display: inline;
      font-size: 18px;
    }

    .paragraphs {
      top: 25px;
      color: black;
      position: relative;
    }

    .nestable {
      margin-bottom: 50px;
    }

    .nestable, td {
      margin-left: 100px;
      border: solid 1px black;
      font-size: 36pt;
    }

    .snestable {
      margin-left: 100px;
      margin-bottom: 50px;
      border: solid 1px black;
      font-size: 36pt;
    }

    .segatable {
      margin-left: 100px;
      margin-bottom: 50px;
      border: solid 1px black;
      font-size: 36pt;
    }

    .gbtable {
      margin-left: 100px;
      margin-bottom: 50px;
      border: solid 1px black;
      font-size: 36pt;
    }

    .n64table {
      margin-top: -60px;
      margin-left: 100px;
      margin-bottom: 50px;
      border: solid 1px black;
      font-size: 36pt;
    }

    a:link {
      color: white;
    }

    a:hover {
      color: red;
    }

    a:visited {
      color: black;
    }

    .footer {
      top: -25px;
      position: relative;
      text-align: center;
    }