body {
	background-attachment: fixed;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #AC4C00;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
