/* --------------------------------	*/
/* background					 	*/
/* --------------------------------	*/
#background	{
	position			: relative;
	width				: 100%;
	margin				: 0 auto;
	background			: #fff url(../img/home-bg.jpg) center 153px no-repeat;
}

#main {
	margin				: 0;
}

#main h1 {
	color				: #000;
	font-size			: 1.4em;
	height				: auto;
	margin-top			: 20px;
	font-weight			: bold;
	position			: relative;
	float				: none;
	margin-left			: 35px;
}

#main .main-bg {
	background			: none;	
}

#content  {
	margin-top			: 30px;	
	margin-left			: 36px;
	float				: left;	
}

#menu li.first {
	margin-left			: 327px;	
}

#menu li a {
	padding				: 2px 70px 0 70px;	
}

#mensen {
	height				: 610px;
	position			: absolute;
	top					: 230px;
	right				: 7px;
}

#footer {
	position			: relative;
	z-index				: 543;
}