﻿body {
	text-align:left;
	font-family: Tahoma, Geneva,Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	background-color: #877c71;
	color: #666666;
	background-image: url('../images/back1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	color:#877c71;
	font-family: Tahoma, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	height:76px;
	text-align:center;
	position:fixed;
	bottom:0;
	width:100%;
	background-image: url('../images/foot.png');
	background-repeat: repeat;
	background-position: center;
}
#footer p {
	padding-top:14px;
	margin:0 auto;
}
#footer a {
	color:#b49267;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration: underline;
	color:#9d8f83;
}

