body
{
	background: #eee url('../design/bodybg.gif') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	* 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:175px;
}

div#main
{
	position:absolute;
	left:194px;
	top:185px;
	width:756px;
}

div#leftMenu
{
	position:absolute;
	left:10px;
	top:185px;
	width:191px;
	* width:170px;
	background: white url('../design/bg_meny.jpg') repeat-x;
	padding: 0px;
	height: 660px;
	overflow-y: scroll;
}