@CHARSET "UTF-8";

html {
  font-family: helvetica,arial,sans-serif;
  height: 100%;
}

body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
}

#main {
  margin-top: 40px;
  overflow: auto;
  padding-bottom: 100px;
}

#footer {
/*  min-height: 100px;    */
  width: 100%;
  margin-top: -40px;
  clear: both;
  background-color: #F8F8F8
}

.footer-text {
  padding-top: 10px;
}
