body, html {
   margin: 0px;
   padding: 0px;
   font-family: Oswald, sans-serif;
}
a {
   text-decoration: none;
}
#Container {
   height: 790px;
   width: 718px;
   margin: 3px auto;
   padding-top: 5px;
   border: 5px solid black;
   }
   #Middle {
      height: 770px;
      width: 725px;
      }
      /***** Column-1 *****/
      #Column-1 {
         float: left;
         width: 280px;
         height: 98%;
         margin: 5px 0px 0px 5px;
         }
         #Column-1-Top {
            display: inline-block;
            width: 275px;
            height: 230px;
            text-align: center;
            }
            #Column-1-Top img {
               width: 256px;
               }
         #Column-1-Middle {
            display: inline-block;
            margin-left: 10px;
            width: 256px;
            height: 256px;
            margin-top: 0px;
            background-color: #ff6600;
            }
            #Column-1-Middle-NANOHAZARD {
               font-size: 28pt;
               font-weight: bold;
               text-align: center;
               }
            #Column-1-Middle-Underline {
               height: 1px;
               background-color: white;
               margin: -2px 25% 0px;
               }
            #Column-1-Middle-Description {
               padding: 2% 2% 2% 6%;
               font-style: italic;
               font-size: 16pt;
               font-weight: normal;
               line-height: 1.4em;
               }
         #Column-1-Bottom {
            display: inline-block;
            width: 275px;
            height: 225px;
            margin-top: 10px;
            }
            #Column-1-Bottom-CC {
               text-align: center;
               }
               #Column-1-Bottom-CC img {
                  width: 256px;
                  padding: 10px 0px;
                  }
            #Column-1-Bottom-QRCode {
               text-align: center;
               line-height: 100%;
               }
               #Column-1-Bottom-QRCode img {
                  width: 256px;
                  }

      /***** Column-2 *****/
      #Column-2 {
         float: left;
         width: 2px;
         height: 735px;
         margin: 25px 15px 25px 1px;
         background-color: black;
         }


      /***** Column-3 *****/
      #Column-3 {
         float: left;
         width: 400px;
         height: 685px;
         margin: 10px 5px 0px 0px;
         /*background-color: rgba(0, 0, 0, 0.125);*/
         }
         .Column-3-Link-Active {
            width: 400px;
            margin: 0px auto 15px;
            font-size: 30pt;
            font-weight: bold;
            text-align: center;
            line-height: 56px;
            color: white;
            background-color: #000000;
            }
         .Column-3-Link-Other {
            width: 400px;
            margin: 0px auto 15px;
            font-size: 30pt;
            font-weight: bold;
            text-align: center;
            line-height: 56px;
            color: white;
            background-color: #FF6600;
            }
