html {
  height:auto;
}
body {
  height:auto;
  color: #000000;
  background: none;
  font-size: 110%;
  margin: 0px;
}
#main {
  margin-left:none;
  margin-right:none;
}
#navi, #newsletter, #navigation, #specialnav, #header {
  display:none;
}
#container {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
#main #content {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  height:auto;
  padding:0px;
  padding-left:0px;
  padding-right:12px;
  margin-left:0px;
  border-left:none;
  width:54%;
}

#main #dblcontent {
  height:auto;
  overflow: visible;
}