/* 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;
  }
  h1 {
    color: red;
  }
/*=========================================
    Main Styles
    =========================================*/
    body {
	
	  background:url(../img/BBG.jpg);	
	  font-family: arial;
    color: white;
    }


    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
    }
	
	#Dino{
    height: 200px;
    width: 150px;

   }
	
	#Facebook{
	
	}
  #Action{
    height: 150px;
    width: 150px;
    align-content: left;

   }

  #Suspense{
    height: 150px;
    width: 150px;
  }
  
  #Horror{
    height: 150px;
    width: 150px;
  }
   #Romance{
    height: 150px;
    width: 150px;
}
  #Fantasy{
    height: 150px;
    width: 150px;
}
	
	.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;