html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #FFCC66; /*#f5f5f5;*/
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.separator{
height: 100px;
}

#pie {
  position: absolute;
 
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #D9D9D9;
}
