body {
	background-color:#444444;
	margin:0;
	padding:0;
	}

#content {
	position:absolute; 
	width: 650px;
	height: 350px;
	border:2px solid #F9F7ED;
	margin-left: -325px; /* marges negative pour centrer horizontalement la page */
	left: 50%;
	margin-top: -175px; /* marges negative pour centrer verticalement la page */
	top: 50%;
	padding:0;
	}
	