/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 160px;
  background: #2a2a2a;

}
#header{
border:0px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 160px;
}
#footer-xs {
  position: absolute;
  bottom: 0;
  width: 100%px;
  /* Set the fixed height of the footer here */
  height: 200px;
  background-color: #3d3d3d;
}