.page-body {
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.page-text {
	display: block;
	font-family: sans-serif;
	text-align: center;
}
