body
{
  padding: 0;
  margin: 0;
  background-color:#fff;
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 62.5%;
  background-position: center;
  background-image: url(/images/bodybg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}

#intro_wrapper {
	width: 625px;
	margin: 0 auto;
	text-align: left;
}

#intro_logo {
  float: left;
  background: url(../images/logo.png) no-repeat top center;
  background-repeat: no-repeat;
  width:625px;
  height:99px;
  display:block;
  margin: 50px 0 0 0;
  overflow: hidden;
}

#intro_valkommen {
  float: left;
  width:625px;
  height:40px;
  display:block;
  margin: 30px 0 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 1.6em;
}

#intro_screens {
  float: left;
  width: 625px;
  _width: 645px;
  height: auto;
  margin: 60px 0 0 0;
  padding: 0;
  text-align: center;
}

.screen {
  float: left;
  width: 279px;
  height: 259px;
  margin: 0 20px 0 10px;
  padding: 0;
}

.screen a.hobby {
  float: left;
  background: url(../images/screen1.png) no-repeat top left;
  width: 279px;
  height: 259px;
  margin: 0 0 0 0;
  text-decoration: none;
}

.screen a.hobby span {
  float: left;
  width: 279px;
  height: 20px;
  margin: -30px 0 0 0;
  font-size: 1.4em;
  color: #000;
  text-decoration: none;
}

.screen a.foretag {
  float: left;
  background: url(../images/screen2.png) no-repeat top left;
  width: 279px;
  height: 259px;
  margin: 0 0 0 0;
  text-decoration: none;
}

.screen a.foretag span {
  float: left;
  width: 279px;
  height: 20px;
  margin: -30px 0 0 0;
  font-size: 1.4em;
  color: #000;
  text-decoration: none;
}
