body
{
	background: #eee url('../design/body_bg.jpg') fixed repeat-y center;
	text-align: center;
	margin: 0px;
	min-width: 950px;
	height: 100%;
	position:relative;
}

div#holder
{
	margin: 0 auto;
	width: 920px;
	text-align: left;
	position:relative;
	height:100%;
	background-color: white;
}

div#topMenu
{
	background-color: white;
	position:relative;
	height:40px;
}

div#main
{
	background: url(/design/temp_logga.jpg) 48px 0px no-repeat;
	background-color: white;
	position:absolute;
	left:194px;
	top:41px;
	width:726px;
	padding-top: 85px;
}

div#leftMenu
{
	background-color: white;
	position:absolute;
	left:10px;
	top:70px;
	width:159px;
	* width:129px;
}