.bg {
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
.title {
	font-family: Tahoma;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bolder;
}
.subtitle {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.text {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.nospaceless {
margin-top: -2px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
	
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}