body {
	padding: 0;
    background-image: url('./images/background.jpg');
	margin: 0;
}

div#gradient {
    width: 100%;
	height: 634px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url('./images/gradient.jpg');
}

div#flash {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1366px;
	height: 634px;
	margin-left: -683px;
}

div#container {
	position: absolute;
	top: 273px;
	left: 50%;
	width: 970px;
	margin-left: -485px;
}

div#menu {
	height: 33px;
	width: 970px;
	background-image: url('./images/background.menu.jpg');
	text-align: center;
}

a.menu {
	display: inline-block;
	height: 33px;
	overflow: hidden;
	text-indent: -10000px;
	line-height: 0px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 10px;
	margin-right: 10px;
}

a.menu:hover {
	background-position: left;
}

a#forside {
	width: 93px;
	background-image: url('./images/menu/forside.jpg');
}

a#fsc {
	width: 66px;
	background-image: url('./images/menu/fsc.jpg');
}

a#okonomi {
	width: 111px;
	background-image: url('./images/menu/okonomi.jpg');
}

a#klima {
	width: 77px;
	background-image: url('./images/menu/klima.jpg');
}

a#natur {
	width: 73px;
	background-image: url('./images/menu/natur.jpg');
}

a#mennesker {
	width: 136px;
	background-image: url('./images/menu/mennesker.jpg');
}

a#presse {
	width: 81px;
	background-image: url('./images/menu/presse.jpg');
}

a#kontakt {
	width: 101px;
	background-image: url('./images/menu/kontakt.jpg');
}

div#content {
	background-image: url('./images/foreground.jpg');
	padding: 40px;
	padding-top: 40px;
	overflow: auto;
}

div#text {
	width: 580px;
	float: left;
}

img.bubble {
	float: right;
	width: 265px;
	margin: 39px 20px 10px 10px;
}

div.clearer {
	clear: both;
}

div#bottom {
	width: 970px;
	height: 60px;
	background-image: url('./images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 36px;
	font-weight: normal;
	font-size: 0.8em !important;
}