.BG {
	background-attachment: fixed;
	background-image: url(../IMG/arrow_right.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.BG2 {
	background-attachment: fixed;
	background-image: url(../IMG/arrow_left.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.BGR {
	background-attachment: fixed;
	background-image: url(IMG/arrow_left.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.BGL {

	background-attachment: fixed;
	background-image: url(IMG/arrow_right.gif);
	background-repeat: repeat-x;
	background-position:  left center;
}
.welcome_text {
	text-decoration: blink;
	font-size: 12px;
	color: #009900;
	border: thin dotted #009900;
}

