html, body {
  height: auto;
}

#toptitle, #toptitle h1, #toptitle h1 a, #toptitle a {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#toptitle {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#toptitle #pl {
  text-align: right;
}

#main {
  position: relative;
  padding-bottom: 55px;
}

* html #main {
  height: 100px;	
}
