body {
	background: #f5f1d3;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #3f3b30;
	text-align: center;
}

body > * {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}



.header {
	height: 130px;
	background: url(../images/gardenia.png) right 50px no-repeat;
}

.body {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background: url(../images/splash-center.jpg) center top no-repeat #f6eb94;
}

.footer {
	width: 100%;
	background: url(../images/splash-footer.png) center 20px no-repeat;
	padding-top: 100px;
	text-align: center;
}

.footer > span {
	position: relative;
	top: -8px;
	margin-right: 10px;
}
