#wrap {position: relative; /* min-height: 100%; */}

/*
      #container {
        position: relative; overflow: auto; padding-bottom: 40px;} 
*/ /* must be same height as the footer */

      #stickyfoot, .stickfoot {
        position:fixed;
        bottom: 0px;
   	background-color: rgba(57,108,113,.8);
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 75px;
        clear:both;
        color: #fff;
        z-index: 300;
        font-size: 1.0em;
        font-family: arial, sans-serif;
        border-top: solid 2px #386d72;
        padding: 0px 0px 0px 0px;
        /* margin-left: -5px; */
        }

       #stickyfoot:hover {
   	background-color: rgba(57,108,113,1);
       }

       #stickyfoot a {
         color: #fff;
         font-size: 1.15em;
         line-height: 1.0em;
       }

       #stickyfoot a.mainlink {
         display: block;
         width: calc(100% - 1em);
         height: 100%;
         text-decoration: none;
         color: #fff;
         cursor: pointer;
         padding: 15px auto 0px;
         line-height: .8em;
       }
       sup {
        font-size: .5em;
       }

       #stickyfoot div {
        vertical-align: middle;
        display: inline-block;
        position: absolute;
       }

/*
	#stickyfoot:before {
        content: "";
        width: 300px;
        height: 113px;
        background: url('/meeting/chicago16/i/skyline-tiny.png');
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: -1;
       }
*/
      /*Opera Fix*/
      body:before {
        content:"";
        height:100%;
        float:left;
        width:0;
        margin-top:-32767px;/
      }


      #stickyfoot img {

//        max-width: 395px;
        border: 0px;
        height: 60%;
        padding-top: 5px;
        width: auto;

      }

@media screen and (max-width: 800px) {
       #stickyfoot div {
        display: none;
  }

       #stickyfoot:before {
        content: "";
        width: 0px;
        height: 0px;
        background: none;
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: -1;
       }
}

@media screen and (max-width: 640px) {
       #stickyfoot {
        height: 60px;
  }

      #stickyfoot img {
        max-width: 395px;
        border: 0px;
        height: 70%;
        width: auto;

      }
}
