      body {
        margin: 0;
        padding: 0;
        background-image: url('/graphics/bgs/natfl080.gif');
        background-attachment: fixed;
        background-color: #EEE3D3;
        font-family: verdana,sans-serif;
        font-size: 12px;
        line-height: 1.3em;
        color: #3F4A43;
      }

      body a {
        color: #5C5961;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: 1px;
      }

      #container {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 10px;
        background-color: none;
        border-radius: 12px;
      }

      .flex {
        display: flex;
        margin-bottom: 5px;
      }

      #main {
        width: 60%;
        margin-bottom: 5px;
        background-color: none;
        border-radius: 12px;
      }

      #main-hat {
        width: 100%;
        height: 140px;
        background-image: url('/collections/quilt/rackcandles1.gif');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 22px;
      }

      #main-body {
        height: 550px;
        width: 98%;
        margin: auto;
        overflow: auto;
        background-color: #CAE6E6;
        border: 2px solid #597147;
        border-radius: 12px;
        position: relative;
      }

      #left {
        width: 180px;
        margin-right: 8px;
        margin-bottom: 5px;
        background-color: none;
        border-radius: 12px;
        position: relative;
      }

      #left-hat {
        width: 100%;
        height: 140px;
        background-image: url('/collections/blinkies/racksunflowers.gif');
        background-repeat: no-repeat;
        background-position: center bottom;
      }

      #left-body {
        height: 550px;
        text-align: center;
        overflow: hidden;
        background-color: #CAE6E6;
        border: 2px solid #597147;
        border-radius: 12px;
      }

      #right {
        width: 180px;
        margin-left: 8px;
        margin-bottom: 5px;
        background-color: none;
        border-radius: 12px;
        position: relative;
      }

      #right-hat {
        width: 100%;
        height: 140px;
        background-image: url('/collections/blinkies/rackvasecandles.gif');
        background-repeat: no-repeat;
        background-position: center bottom;
      }

      #right-body {
        height: 550px;
        text-align: center;
        overflow: hidden;
        background-color: #CAE6E6;
        border: 2px solid #597147;
        border-radius: 12px;
      }

      #footer-body {
        height: 35px;
        width: 795px;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        background-color: #CAE6E6;
        border: 2px solid #597147;
        border-radius: 12px;
      }

      .wrapper {
        padding: 25px;
        padding-top: 15px;
      }

      .sidebar-wrapper {
        padding: 15px;
        height: 500px;
        overflow: auto;
      }

      .footer-wrapper {
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
      }

     .sideimg {
        overflow: hidden;
       /* Magic */
       display: flex;
       align-items: center; /* vertical */
       justify-content: center; /* horizontal */
      }

      /* To keep your site RESPONSIVE, make sure this variable matches the width for --container-width UNLESS --container-width is 100% - if it's 100%, you'll need to manually input a breakpoint. */
      @media only screen and (max-width: 800px) {
        body {
          background-attachment: scroll;
        }

        .flex {
          flex-wrap: wrap;
        }

        #left {
          width: 80%;
          display: block;
          order: 2;
          margin: auto;
          margin-bottom:10px;
        }

        #left-hat {
          height: 50px;
          background-image: url('/graphics/garden/divsunflowerrose.gif');
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center top;
        }

        #right {
          width: 80%;
          display: block;
          order: 3;
          margin: auto;
          margin-bottom:10px;
        }

        #right-hat {
          height: 50px;
          background-image: url('/graphics/garden/divsunflowerrose.gif');
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center top;
        }

        #main {
          width: 80%;
          display: block;
          order: 1;
          margin: auto;
          margin-bottom:10px;
        }

        #main-hat {
          background-position: 50% 43px;
        }

        #footer-body {
          width: 94%;
          display: block;
          order: 4;
          margin: auto;
          margin-bottom:10px;
        }
      }