﻿html, body {
	height: 100%;
    margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
}

h1
{
    font-size: 11px;
    font-weight: bold;
    margin:0px;
    display:inline;
}

#container {
	width: 778px;
	height: 600px;
	margin: -300px 0 0 -389px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#spacer
{
    width: 778px;
	height: 600px;
}

#splashImg {
	width: 777px;
	height: 513px;
	background: url('images/splash.png') no-repeat;
}
.raekkehuse {
	position: absolute;
	margin: 200px 0px 0px 64px;
	border: 0px;
	width: 312px;
	height: 102px;
}
.byggegrunde {
	position: absolute;
	margin: 200px 0px 0px 387px;
	border: 0px;
	width: 312px;
	height: 102px;
}
#splashText {
	margin: auto;
	text-align: center;
	color: #404040;
	width: 670px;
	padding-top:10px;
}