*{
  margin: 0px;
  padding: 0px;
}
html{
  height: 100%;
}
body{
  height: 100%;
}
#container{
  margin: auto;
  width: 871px;
  position: relative;
  height: 100%;
  min-height: 100%;
}
body > #container {
  height: auto;
}
#main{
  padding-bottom: 15px;
}
#footer{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 15px;
}
