/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-color: #e9ebde;
	background-repeat: repeat-x;
	margin: 0;
}


.footer {
	color: #7f756c;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerp {
	padding-left: 30px;
}
.footerp2 {
	padding-right: 50px;
}

a.copyright {
	text-decoration: underline;
	color: #7f756c;
}
a.copyright:hover {
	color: #99021a;
	text-decoration: none;
}


