body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #393939;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

h1 {
font-family: "Franklin Gothic Book";
		font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.footer {
	font-family: "Franklin Gothic Book";
	font-size: 13px;
	padding: 5px;
	border: 1px solid #D4D4D4;
}
.footer a {
	text-decoration: none;
	color: #000000;
}
.footer a:hover {
	text-decoration: underline;
}




