body {
	/*background-color: #4A4A4A;*/
	background-color: #32302D;
	background-image: url(../images/background-center.jpg);
	background-repeat: repeat-y;
	background-position: center; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B99E6F;
	/*color: #FF0000;*/
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
.txtred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B99E6F;
	/*color: #FF0000;*/
	font-size: 11px;
	font-weight: bold;
}