.cf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smaller_cf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg-1.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.welcome_bg {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.placement {
	position: relative;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
}
