.background {
	background-attachment: fixed;
	background-image: url(images/background_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.linkstext {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #EFA55E;
	text-decoration: none;
}
.MainText1 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F0A740;
	text-decoration: none;
}
.MainText {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FEC458;
	text-decoration: none;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#EFA55E;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:8px;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#27f98d;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:8px;
}
