html, body {
  height: 100%;
  margin: 0px;
}

body {
  background-color: #fff;
  margin: 0px;
}
.center {
  position: relative;
  width: 880px;
  margin: 0px auto 0px;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

#header {
  position: relative;
  height: 70px;
  width: 100%;
  margin: 0px;
  background-color: #000;
}
#header .center {
  height: 70px;
}
#header #logo {
  position: absolute;
  top: 50%;
  margin-top: -23px;
}
#header ul {
  position: absolute;
  right: 0px;
  display: block;
  margin: 0px;
  list-style: none;
  height: 70px;
}
#header ul li {
  display: block;
  height: 70px;
  text-transform: uppercase;
  font: 11px Arial;
  font-weight: bold;
  float: left;
}
#header ul li a {
  display: block;
  float: left;
  color: #fff;
  height: 26px;
  padding: 44px 10px 0px;
  text-decoration: none;
  line-height: 11px;
  vertical-align: bottom;
}
#header ul li.current a {
  background: #444;
}
#header ul li a:hover {
  background: #222;
}
#header ul li ul {
  display: none;
}

#main {
  min-height: 354px;
  background: url('http://www.testwebben.se/2116/Images/bg.gif') top repeat-x;
  width: 100%;
  margin: 0px;
  overflow: auto;
  position: relative;
}
#main-wrapper {
  position: relative;
  width: 880px;
  margin: 45px auto 0px;
  overflow: auto;

}
#main-content {
  float: left;
  width: 395px;
  margin: 0px;
  color: #000;
  font: 12px Arial;
  overflow: hidden;
}
#main-people {
  position: absolute;
  float: right;
  width: 440px;
  margin: 0px;
  heigth: 354px;
  display: block;
}

#footerpush {
  height: 90px;
}
#footer {
  position: relative;
  width: 100%;
  height: 90px;
  text-align: right;
  font: 10px Arial;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  overflow: visible;
}
#footer .center {

}
#footer .center #footerimage {
  position: relative;
  width: 440px;
  height: 437px;
  float: right;
  margin: -437px auto 0px;
  background: url('http://www.testwebben.se/2116/Images/grupp_start.png') bottom right no-repeat;
  behavior: url(Images/iepngfix.htc); 
}
#footer p {

}
.subgroup {
  margin-top: 18px;
}

a {
  font-weight: bold;
  color: #d58d00;
}

p {
  margin-top: 0px;
}

h1, h2, h3, h4, h5, h6{
  margin: 0px 0px 5px;
}


.modNewsList h3, .modNewsList p {
  display: none;
}