/* 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:veneer;
      width: 48;
      background-color: lightyellow;
    }

    .header{
      font-style: bold;
      font-weight: 100;
      color: darkblue;
      text-align: center;
    }
    .container {
      width: 1050px;
      margin: 0 auto;
      background-color:#fff;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding: 20px;
    }

    .footer {
      font-style: ;
      text-align: center;
      padding-top: 60px;
    }
    .fixed {
      position: fixed;
      bottom: 0;
      right: 0;

    }
    #Dresser{
    float:right;
    width: auto;
    height: auto;
    padding-top: 5px;

    #Daybed{
    float:left;
    width: auto;
    height: auto;
    }
    #Pinkdresser{
    float:right;
    width: auto;
    height: auto;
    padding-top: 5px;
    }
    #Hutch{
    float:center;
    width: auto;
    height: auto;
    padding-top: 5px;
    }
    float:left;
    width:; auto;
    height: 200px;
  }