/*Anne Seniorenresidenz | CSS Layout by AndyPost 2009*/
body {
	margin:		0px;
	background-image:url(../grafics/bg/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-color: #393939;
}

#main {
	width:		1000px;
	height:		1000px;
	margin-top:	0px;
	margin-left:auto;
	margin-right:auto;
}

#header	{
	width:		1000px;
	height:		97px;
	margin-left:				2px !ie;
	background-image:url(../grafics/header/header.png)
}


#content	{
	width:		740px;
	height:		100%;
	float:		left;
	margin-left: 25px;
}