body
{
	background: #666666 url('/design/bg_body.jpg') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	min-width: 950px;
	height: 100%;
	* margin-left: 1px;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}


div#topMenu
{
	position:relative;
	height:216px;
}

div#main
{
	position:absolute;
	left:175px;
	top:210px;
	width:775px;
}

div#leftMenu
{
	background: black url('/design/bg_meny.jpg') no-repeat left top;
	position:absolute;
	left:0px;
	top:195px;
	width:164px;;
	* width:175px;;
	z-index: 200;
	padding-left: 10px
}
