/* 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 1350px;
    background-repeat: no-repeat;
    line-height: 1;
  }

  /* Header Styling */ 

  h1 {
    text-align: center;
  }

/*=========================================
    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: 200px;
    }

    .mario-corner {
      position: absolute;
      top: 100px;
      right: 210px;
    }

    nav {
      float: right;
    }

    nav li {
      display: inline;
      font-size: 18px;
    }

    .paragraphs {
      text-align: center;
    }

    .nesimage {
      display: block;
      margin-left: 350px;
    }

    .snesimage {
      display: block;
      margin-left: 275px;
    }

    .segaimage {
      display: block;
      margin-top: 45px;
      margin-left: 240px;
    }

    .n64image {
      display: block;
      margin-left: 165px;
    }

    a:link {
      color: white;
    }

    a:hover {
      color: red;
    }

    a:visited {
      color: black;
    }


    .footer {
      top: 50px;
      position: relative;
      text-align: center;
    }