@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;   /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #ffffff;
}
div.distance { 
	margin-bottom: -338px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	z-index: 2;

}
div.content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 675px;         /* required - desired height */
	width: 875px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	z-index: 1;
}
div.freya {
	position: absolute;
	width: 172px;
	height: 105px;
	left:79px;
	top: 71px;
	z-index: 2;
}
div.menu {
	position: absolute;
	width: 453px;
	height: 23px;
	left:338px;
	top: 122px;
	z-index: 2;
}
div.leftframe {
	position: absolute;
	width: 190px;
	height: 387px;
	left:57px;
	top: 176px;
	z-index: 2;
}

div.freyaanja {
	position: absolute;
	width: 190px;
	height: 387px;
	left:72px;
	top: 175px;
	z-index: 2;
}

div.contact {
	position: absolute;
	width: 190px;
	height: 75px;
	left:62px;
	top: 559px;
	z-index: 3;
}
div.intro {
	position: absolute;
	width: 445px;
	height: 445px;
	left:340px;
	top: 164px;
	z-index: 2;
}
div.textarea {
	position: absolute;
	left:316px;
	top: 184px;
	width: 465px;
	height: 420px;
	overflow-y: auto;
	overflow-x:hidden;
	z-index: 2;
}
div.galleriesmenu {
	position: absolute;
	width: 445px;
	height: 445px;
	left:328px;
	top: 165px;
	z-index: 2
}
div.galleriesflashpage {
	position: absolute;
	width: 718px;
	height: 445px;
	left:78px;
	top: 171px;
	z-index: 2;
	
}

