Xen: Kleine CSS Frage

Beitrag lesen

hier noch ein CSS auszug

#content {
  width:620px;
  height:100%;
  padding-left:35px;
  padding-top:35px;
  padding-right:35px;
  vertical-align:top;
  position:absolute;
  margin:200px 0px 0px 200px;
  top:0%;
  overflow-x:hidden}

#footer2 {
  height:25px;
  width:620px;
  background-color:#006fb4;
  padding-left:35px;
  padding-right:35px;
  vertical-align:middle;
  position:absolute;
  margin:0px 0px 0px 200px;
  bottom:0%;
  overflow:hidden;}