body {
	background-color: #666666;
	background-image: url("../images/bg_waves.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	font-size: 100%;
}

.active.active a, .active.active a:hover {
	color: #000;
	mask: url"(#txt-mask)";
	background-image: url("../images/bg_scroll_still.gif");
	-webkit-background-clip: text;
	-webkit-text-fill-color: #0000;
}