body{
	background-attachment: fixed;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color:#FFF;
	text-align: left;
}
a:link{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#6CF;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:#6CF;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

