.nobgrepeatCopy {
	background-attachment: scroll;
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;
	color: #9B3822;
}
a:visited {
	color: #9B3822;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #663300;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-color: C19B5F;
	background-image: url(images/bg.jpg);
	color: #511713;
	font-family: Arial, Helvetica, sans-serif;
}
