* {
	margin: 0;
}
html, body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff url('../images/parent-background.jpg') repeat-x top center;
}
.wrapper {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}
.footer, .push {
	width: 1000px;
	height: 75px;
}
.header {
	background: url('../images/header.jpg') no-repeat top center;
	width: 1000px;
	height: 85px;
}
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url('../images/footer.jpg') repeat-x bottom center;
}