/* CSS Document */
 body {
 	background-color:#000000;
	background-image:url(bg_blue.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
background-attachment:fixed;
	}
	
a {
	color:#5e9bc6;
	}