@charset "utf-8";
/* CSS Document */


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: top, center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #A5723F;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
