.offer a {text-decoration:none}
body {
	margin: 0px;
	background-image: url(../images/finance_main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #a4b98a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #465632;
	}
	
body p {
	margin: 0px;
	}
	
.offer {
	width: 198px;
	height: 256px;
	padding: 10px;
	background-color: #dee8d1;
	text-align: justify;
	}
	
.offer p {
	margin-bottom: 5px;
	}
	
.logo {
	border: 1px solid #465632;
	margin-bottom: 10px;
	}
	
.footer {
	background-image:url(../images/finance_footer.jpg);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 10px;
	padding-left: 45px;
	}
	
.footer a {
	color: #465632;
	}


