@import url(base.css);

html {
  height: 100%;
}
body {
  background-color: #f8f8f8;
  height: 100%;
}

#bgfiller {
  width: 978px;
  height: 100%;
  margin: 0 auto 0 auto;
  background-image: url(../img/background.png);
  background-repeat: repeat-y;
  background-position: center;
}
#bg {
  width: 978px;
  background-image:url(../img/background.png);
  background-repeat: repeat-y;
  background-position: center;
}

#content {
  margin: 0 9px 0 9px;
  padding: 28px 0 28px 0;
}


#piwik {
  position: absolute; left:0; top:0;
}