html,body{
  text-align:center;
  margin:0;
  font-family: arial;
  font-size: 12px;
}

#container {
  background-color:#fff;
  padding:0;
  height: 415px;
  background: url(/gfx/body-bg.jpg) center top no-repeat;
}

#logo,#tekst {
  padding:0;
  margin:0 auto;
  width: 800px;
  margin-top: 40px;
}

#logo {
  text-align: right;
}

#tekst {
  color: #9c9c9e;
  text-align: left;
  line-height: 20px;
}

h1,h2 { font-size: 13px; margin: 0px 0px 5px 0px; color: #646466;}
h2 { margin: 20px 0px 5px 0px; }

p { margin: 0px; }
img { border: 0px; }

a:link,a:visited,a:active {
  color: #646466;
  text-decoration: underline;
}
a:hover {
  color: #3d3d3e;
  text-decoration: underline;
}


