#header {
  margin: 0 auto;
  width: 970px;
  clear: both;
}

#container {
  width: 970px;
  margin: 2em auto;
  overflow: hidden;
  clear: both;
}

#top{
  clear: both;
  overflow: auto;
}

#left {
  clear: left;
  float: left;
  width: 0px;
  overflow: visible;
  padding: 0px 0px 0px 8px;
}

#center {
  float: left;
  overflow: visible;
  width: 720px;
}

#right {
  float: left;
  clear: right;
  width: 224px;
  padding-left: 8px;
  overflow: visible;
  margin-left: 8px;
}

#footer {
  width: 970px;
  margin: 1em auto;
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;} .clearfix{display:inline-block;} html[xmlns] .clearfix{display:block;} * html .clearfix{height:1%;}

* html body {
	overflow: hidden;
}
