body {
	background-image: url("jesuscarryingcrossbackground.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;
	color: white;
}

a:active {
	color: #EFEFEF;
}

a:link {
	color: #EFEFEF;
}

a:visited {
	color: #BFBFBF;
}

p.header {
	text-align: center;
}

p.footer {
	text-align: center;
	font-size: 67%;
}

img.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}