/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  min-height: 100%;
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
*/ height: auto !important; */
*/ min-height: 100%; */
height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto;
}

/* Set the fixed height of the footer here */
#footer {
  position: relative;
  padding-top: 45px;
  margin-top: -30px;
  height: 80px;
  background-color:#9E8264;
  color: #F0F0F0;
  width: 100%;
  min-width: 100%;
  text-align: center;
  vertical-align: middle;
}
