html, body {
        background-color: #cde8ff;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
        color: #405880;
        height: 100%;
	font-family: arial, "lucida console", sans-serif;
        margin: 0;
      }

#center {
	position: absolute;
	background: url(images/bg.png);
	left: 50%;
	top: 50%;
	width: 512px;
	height: 309px;
	margin-left: -256px;
	margin-top: -192px;
	border-width: 6px;
	border-style: groove ridge ridge groove;
	border-color: #567695;
	background-color: #FFFFFF;
	color: inherit;
	padding-top: 30px;
}

#big {
	font-size: 10em;
	float: left;
}

#main {
	border-width: 6px;
	border-style: groove ridge ridge groove;
	border-color: #567695;
        background-color: #fdf7ff;
	color: #080808;
	margin: 30px;
	width: 80%;
	min-height: 65%;
	padding: 30px;
	float: left;
}

.prosjekt p {
	margin-top: 0px;
}

h4 {
	margin: 0px;
}

.top {
	background: transparent;
}

.level1 {
	margin-left: 30px;
}

.level2 {
	margin-left: 60px;
}

.level3 {
	margin-left: 90px;
}

.imagelinks a {
	color: #a1afff;
	font-size: x-large;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

.imagelinks a:hover {
	color: #9AADBF;
}

