.panorama {
	background-attachment: scroll;
	background-color: #313f11;
	background-image: url(assets/panorama.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-face-color:#37441D;
	scrollbar-base-color:#37441D;
	scrollbar-arrow-color:#5B7030;
	scrollbar-track-color:#5B7030;
	scrollbar-shadow-color:black;
	scrollbar-highlight-color:#37441D;
	scrollbar-3dlight-color:#37441D;
	scrollbar-darkshadow-Color:#37441D;
}
.main_background {
	background-attachment: scroll;
	background-image: url(assets/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sign_background {
	background-attachment: scroll;
	background-image: url(assets/sign_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.autofinder_background {
	background-attachment: scroll;
	background-image: url(assets/autofinder_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cust_nav_background {
	background-attachment: scroll;
	background-image: url(assets/customer_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.thumb_brder {
	border: 1px solid #C2CF85;
}
.footer_bg {
	background-attachment: scroll;
	background-image: url(assets/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
