body {
	background-attachment: fixed;
	background-image:  url("../img/bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

