.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9A000C;
}
.mainfont {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
a.mainfont:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #A2090C;
}
