.background {
	background-attachment: fixed;
	background-image: url(images/wet_pavement_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.border {
	border: 1px solid #000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
}

