.bkgrd {
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: repeat;
}
.text {
	font-family: "Times New Roman", Times, serif, Futura;
	font-size: 14px;
	color: #000000;
}
.border {
	border: thin solid #666666;
}
