/*
	Stine Mari Langstrand
	http://stinemari.no
	-
	By Trollsyn
	http://trollsyn.no
*/

body {
	background:#f5f1eb url("../images/intro.jpg") top center no-repeat;
	font:11px Arial, Helvetica, sans-serif;
	color:#8a7c6a;
}

#wrap {
	width:940px;
	margin:0 auto;
	padding-top:700px;
}

#introtitle {
	text-indent:-9999px;
	width:513px;
	height:134px;
	background:url("../images/introtitle.png");
	position:absolute;
	top:400px;
	left:50%;
	margin-left:-255px;
}

#norsk, #english {
	position:absolute;
	text-indent:-9999px;
	top:550px;	
}

#norsk {
	width:129px;
	height:54px;
	left:50%;
	margin-left:-179px;
	background:url("../images/norsk.png");
}

#norsk:hover {
	background-position:0 -54px;
}

#norsk a {
	display:block;
	height:54px;
}

#english {
	width:155px;
	height:73px;
	right:50%;
	margin-right:-205px;
	background:url("../images/english.png");
}

#english:hover {
	background-position:0 -73px;
}

#english a {
	display:block;
	height:73px;
}

#footer {
	text-align:center;
	padding-top:5px;
	border-top:1px solid #e6dfd7;
}

#footer a {
	color:#bc6f09;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}