* {margin: 0; padding: 0;}

body {background: url(bg.gif) center top repeat scroll;}

#centerwrap {
	width:935px;
	height:704px;	/* largeur et hauteur de l'image centrale */
	background: url(main.jpg) no-repeat;
	border: none;
	position: absolute;
	margin: -302px 0 0 -467px;
	left: 50%;
	top: 50%;
	z-index: 2;
}
