#wrapper {
  position: absolute;
  width: 960px;
  min-height: 101%;
  height: auto !important;
  height: 100%;
  left: 50%;
  top: 0px;
  margin-left: -480px;
}

#header {
  top: 0px;
  width: 960px;
  height: 280px;
}

#container {
  position: relative;
  top: -40px;
  margin: 0px 0px 120px 0px;
  min-height: 280px;
}

#content {
  position: relative;
  width: 580px;
  left: 70px;
  padding-bottom: 100px;
  float: left;
}

#sidebar {
  position: relative;
  width: 200px;
  left: -70px;
  top: 60px;
  padding: 10px;
  float: right;
}

#footer {
  position: absolute;
  bottom: 0px;
  left: 70px;
  width: 960px;
  height: 40px;
  clear: left;
}