.background {
	background-attachment: fixed;
	background-image: url(border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.backgroundstatic {
	background-attachment: fixed;
	background-image: url(border%20static.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
