body {
background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #C39E8B;
}
.text {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.links {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: underline;
}
.copyrigth {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.copyrigth:hover {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
