@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#wrapper {
	width:1016px;
	height:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

#header {
	width:1016px;
	height:345px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../pictures/lar_dig_light_painting.png);
}

#meny {
	width:900px;
	height:50px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
#over {
	width:1016px;
	height:45px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../pictures/bg/bg_01.png);
	background-repeat:no-repeat;
}
#content {
	width:1016px;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-left:75px;
	padding-top:0px;
	padding-right:10px;
	background-image:url(../pictures/bg/bg_02.png);
	background-repeat:repeat-y;
}

#footer {
	width:1016px;
	height:60px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	background-image:url(../pictures/bg/bg_03.png);
	background-repeat:no-repeat;
}
#footer .by_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}
.finger_paint {
	font-family: 'Finger Paint', cursive;
}

a {
	text-decoration:none;
	color:#009;
}
img {
	border:0px;
}