body
{
	background: #eee url('../design/bodybg.gif') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	margin-left:-1px;
	* margin-left: 1px;
	min-width: 950px;
	height: 100%;
}

div#holder
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position:relative;
	height:100%;
}

div#topMenu
{
	position:relative; /*fixed*/
	height:178px;
	z-index: 1;
}

div#main
{
	position:absolute;
	left:164px;
	top:178px;
	width:786px;
}

div#leftMenu
{
	position:absolute;
	left:0px;
	top:153px;
	padding-left: 10px;
	padding-bottom: 30px;
	width:149px;
	* width:159px;
	background: url("/design/bg_meny.jpg") repeat-x top left;
	border-right: 2px solid #e6e6e6;
	z-index: 999;
}