html
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-image: url(../grafik/bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

a:link {
	color: #59017E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #59017E;
}
a:hover {
	text-decoration: underline;
	color: #7F0206;
}
a:active {
	text-decoration: none;
	color: #59017E;
}

body
{
	margin: 0 auto;
	height:  auto;
	text-align: center;	
}

#outer-wrapper
{
	margin: 0 auto;
	width: 1240px;
	height:  auto;
	text-align: left;
	background-color: black;
}

#top
{
	position: absolute;
	margin-top: 15px;
	width: 1230px;
	height: 80px;
	background-image: url(../grafik/bakgrund_top.png);
	background-repeat: repeat-x;
	background-color: transparent;
}

#meny
{
	position: absolute;
	margin-top: 100px;
	width: 1230px;
	height: 60px;
	background-image: url(../grafik/bakgrund_meny.png);
	background-repeat: repeat-x;
	background-color: transparent;
}

#feature
{
	position: absolute;
	margin-top: 160px;
	width: 1230px;
	height: 650px;
	background-image: url(../grafik/bakgrund_stor.png);
	background-repeat: repeat-x;
	background-color: transparent;
}

#iframe
{
	position: absolute;
	margin-top: 10px;
	margin-left: 15px;	
	width: 1200px;
	height: 610px;
	background-color: transparent;
}


#bottom
{
	position: absolute;
	margin-top: 810px;
	width: 1230px;
	height: 16px;
	background-color: transparent;
}

