body
{
	background: #000000 url('/design/bg_body_vit2.jpg') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 949px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative;
	height:107px;
	left: 0px;
	top: 0px;


}

div#main
{
	position:absolute;
	left:250px;
	top:215px;
	width:700px;
}

div#leftMenu
{
	position:absolute;
	/*background: black url(/design/svart_meny.jpg) no-repeat top center;*/
	background: url("/design/meny_mid2.jpg") repeat-y top center;
	left:0px;
	top:215px;
	width:248px;
	/* 
	* width:159px;
	padding:10px;*/

}
div#leftMenu .meny_text {
	width:248px;
	padding-left: 25px;
}