body {
	background-image: url(images/index_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
ul {
	list-style-image: url(images/slide_arrow.gif);
	list-style-position: outside;
	border: none;
	position: static;
}

