body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bg_border.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.content-whitetext {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
.no_repeat-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
}


.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #E8E8E8;
	text-decoration: none;
}
.whitetext_link {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitetext_link {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitetext_link:hover {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
