@charset "ISO-8859-1";

*{
	margin:0; 
	padding:0
	}

body {background:url("images/juliequadfass.jpg") no-repeat scroll center top transparent;
	}
	
#wrapper{
	margin: 0 auto;
	width: 1146px;
	}
	
#content{
		margin: 0 auto;
		width: auto;
}
img.center {
	position: absolute;
	left: 50%;
	width: 888px;
	margin-left: -444px; /* negative Hälfte von width:526px */
	top: 50%;
	height: 454px;
	margin-top: -227px; /* negative Hälfte von height:444px */
	}