* {
  margin:0;
  padding:0;
}

a img {border:0;}

html {
  overflow:auto;
  height:auto;
}

body {
  position:relative;
  height:auto;
  min-height:0;
  min-width:0;
  background:none;
}

#shadow, #container, #preloader{
  height:auto;
  width:auto;
}

#shadow{
  position:static;
  left:0;
  top:0;
  margin-left:0;
  margin-top:0;
  background:none;
}

#container{
  position:static;
  margin-left:0;
  margin-top:0;
  border:0;
  background:none;
}

#preloader{
  display:none;
}

#header {
  text-align:center;
  display:inline;
}

#navi {
  display:none;
}

#content{
  position:static;
  border:0;
  padding:3px;
  background:none;
  overflow:visible;
  font:8pt sans-serif;
  line-height:1.5em;
  text-align:justify;
  height:auto;
  width:auto;
}

* html #content {text-align:left;}

a#impres {
  display:none;
}