.bg {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.main {
	height: auto;
	width: 970px;
	margin: 0px auto;
}
a:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.h1{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
