body
{
	background: #eee url('../design/bodybg.gif') fixed repeat center;
	text-align: center;
	margin: 0px;
	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:195px;
}

div#main
{
	position:absolute;
	left:212px;
	top:202px;
	width:628px;
	height: 400px;
	margin: 0;
	padding: 0;
}

div#leftMenu
{
	position:absolute;
	left:12px;
	top:195px;
	width:170px;
	padding: 0;
	margin: 0;
}

div#annons_div {
	position: absolute;
	right: 0px;
	width: 100px;
	margin-right: -35px;
}
