body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: 828282;
	text-decoration: none;
}
.footerLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: 828282;
	text-decoration: none;
}
.footerLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: a2a2a2;
	text-decoration: none;
}

