body {
	background-attachment: fixed;
	background-color: #000066;
	background-image: url(images/foryou.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;

}
a:link {
	color: #FFCC66;
}
a:visited {
	color: #FF6600;
}
a:active {
	color: #FFCC00;
}
a:hover {
	color: #FFFF00;
}

