html, body {
  overflow-x: hidden;
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
}

/* Container */
#container {
  position: relative;
  width:100%;
  text-align: center;
  background-color:#FFFFFF;
}


/* Container */
#footer{
  position: relative;
  width:100%;
  text-align: center;
  background-color:#088ED1;
}


#Menu{
  position: relative;
  width:100%;
  height:100%; 
  text-align: center;
  background-color:#F6F6F6;
}

div.DivMenu {
width: 10%;
float:left;
text-align: center;
margin: 0px;
background-color:#F6F6F6;
}

div.DivLogo {
width: 90%;
text-align: center;
float:right;
margin: 0px;
background-color:#F6F6F6;
}
	


/* Menu Button */
.menu-btn {
  background-color:#F6F6F6;
  text-align: center;
  cursor: pointer;
  border: 0px;
  margin: 0px;
}
.menu-btn:hover {
  opacity: 0.6;
}

/* Header */
.site-header {
  position: fixed;
  color: #FFF;
  width: 100%;
  text-align: center;
  z-index: 9998;
}

/* Footer */
.site-footer {
  position: relative;

  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}

/*# sourceMappingURL=demo.css.map */
