#sp-footer {
  bottom: 0px;
    left: 0px;
    right: 0px;
   height: 160px; /* replace 200px by your desired height */
    width: 100%;
 position: absolute;
}


@media only screen and (max-width: 990px) {
  #sp-header {
    width: 1000px;
  }
}
  
/* quicksand-regular - vietnamese_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/quicksand-v30-vietnamese_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/quicksand-v30-vietnamese_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/quicksand-v30-vietnamese_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/quicksand-v30-vietnamese_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/quicksand-v30-vietnamese_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/quicksand-v30-vietnamese_latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}  
