* {
	margin: 0;
	padding: 0;
}
body { 
	background-image: url('/img/DSC_1999.JPG');
	background-color: #f9f9ff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.header {
	text-align: center;
}
h1 {
	padding: 40px;
}
.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;
	background-image: url('/img/bg-white50-1px.png');
}
