body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #FFFFFF;
	background-color: #A2A653;
	background-image: url(web/bg.jpg);






}
a:link {
	color: #99FF00;
}
a:visited {
	color: #99FF00;
}
a:hover {
	color: #CCFF99;
}
a:active {
	color: #99FF00;
}
