html, body {
	height: 100%;
}

body {
	background: #462a7c url(../img/bg-noise.jpg);
	padding: 0;
	margin: 0;
}

#wrapper {
	background: transparent url(../img/bg-overlay.png) no-repeat 50% 0;
	height: 100%;
	margin: 0 auto;
}

h1 {
	background: transparent url(../img/bg-title.png) no-repeat;
	width: 934px;
	height: 317px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	line-height: 1000px;
}

#content {
	padding-bottom: 30px;
}

#recette {
	border-top: 7px solid #321958;
	border-bottom: 7px solid #321958;
	background-color: white;
	padding: 20px;
	margin: 50px 0;
	text-align: center;
}