body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-color: #333333;

}
.body-content {
	bottom: 0px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #BDBEC0;
	width: 100%;
	font-size: smaller;
}
.body-content a {
	color: #CCCCCC;
}


.body-title {
	background-attachment: fixed;
	background-image: url(agape-ring.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
}

