/* 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 {
    line-height: 1;
  }
  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;
  }
	a:link {
    color: red;
    text-decoration: none;
	}

/* visited link */
	a:visited {
    color: green;
    text-decoration: none;
	}
/* mouse over link */
	a:hover {
    color: blue;
    text-decoration: none;
	}

/* selected link */
	a:active {
    color: blue;
    text-decoration: none;
	}
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: Georgia;
      align-content: center;
      text-align:center;
      width: 970px;
      margin: 0 auto;
    }

    .content {
      font-family: Georgia;
      background-color: #FF8C00;
      align-content: center;
      text-align:center;
      width: 970px;
      height: 80%;
      margin: 0 auto;
      word-wrap: break-word;
  	}

    .container {
      width: 970px;
      margin: 0 auto;
      text-align: center;
      vertical-align: center;
      font-size: 60px;
      background-color: #FF8C00;
      font-family: Blippo, fantasy;

    }

    .footer {
      text-align: center;
      font-color: white;
    }

	.navbar
	{
	background-color: #FF8C00;
	height: 30px;
	width: 970px;
	margin: 0 auto;
	text-align: center;
	vertical-align: center;
    font-family: Blippo, fantasy;
	font-size: 35px;
	}

	.background {
      background-color: #2a2a2a;
      width: 989px;
      align-content: center;
      height: 100%;
	}