@charset "windows-1252";
/* CSS Document */

img {
border: none;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#container {
	height: 600px;
	width: 960px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -300px;
	position: relative;
}

#background {
	height: 960px;
	width: 600px;
	z-index: 1;
	position: absolute;
}

#content {
	height: 600px;
	width: 960px;
	z-index: 2;
	position: relative;
}

#hveminnhold {
	height: 550px;
	width: 160px;
	margin-left: 70px;
	margin-top: 40px;
	position: relative;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 17px;
}

a:active {
	text-decoration: none;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

body {
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #000000;
}

html, body { 
	height:100%;
}

#flashContent { 
	width:100%; 
	height:100%; 
}

