@charset "utf-8";

.container_sticky { position:fixed;
                    bottom:0;
					width:100%;
					z-index:999;
                  }

body { padding-bottom:80px; }








