body
{
	background: #141414; /* url('../design/bg_body.jpg') fixed repeat-y center; /* #141414 */
	text-align: center;
	margin: 0px;
	* margin-left: 1px;
	min-width: 1045px;
	/* height: 100%;*/
	padding-top: 166px;
	overflow:auto; 

	/* Borttaget för IE fix 
	* overflow: hidden;
	*/
}

div#holder
{
	width: 1045px;
	text-align: right;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
	* margin: 164 auto;

	/* Extra för IE fix */
	* margin-bottom: -166px;

	overflow: scroll;
	overflow-x: hidden; 
	background-color: white;
}

div#topMenu
{
	position:absolute; /*fixed*/
	height:166px;
	top: 0px;	
	margin: auto;
	margin-left: -261px;
	left: 50%;
}

div#main
{
	margin: 0 auto;
	height: 100%;
	text-align: left;
	position:relative;
	width: 758px;
	* width: 768px;
	padding-left: 10px;
	float: right;
}

div#leftMenu
{
	text-align: left;
	position:absolute;
	margin-left:0px;
	top:0px;
	width: 262px;
	margin: auto;
	margin-left: -523px;
	left: 50%;
	height: 100%;
	background: url("/design/bg_menyBot.gif") no-repeat bottom center;
	* padding-bottom: 128px;
}
div#menyn {
	background: url("/design/bg_menyv2.jpg") repeat-y top center;
}
div#menyText {
	margin-top: 10px;
	margin-left: 40px;
}
