/* 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;
  }

/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
    }

    .container {
      position:absolute;
      top:0px;
      margin: 0 auto;
      background-size: 1000px 500px;
    }

    .header {
      padding-left:50px;
      text-align:center; 
      background-color: black; 
      width:1450px
    }

    .layout {
      font-size: 25px;
      font-family: sans-serif;
      color:white;
    }

    .layout2 {
      font-size: 50px;
      font-family: serif;
      color:black;
    }

    .footer {
      text-align: center;
    }

    img.resize {
      width: 250px;
      height: 250px;
    }

    .home{
      position:absolute; 
      height:50px; 
      width:50px; 
      top:35px; 
      right:450px;
    }
    
    .about{
      font-style:sans-serif; 
      font-size:25px; 
      text-indent:100px;
      width:1500px;
    }
    