#container {
   min-height:100%;
   position:relative;
}
#header {
	visibility: visible;
	width: 100%;
	left: 0px;
	padding-top: 10px;
}
#body {
	visibility: visible;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 80px;
}
#footer {
	position: absolute;
	visibility: visible;
	width: 100%;
	left: 0px;
	padding-top: 0px;
	background-image: url(Images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	bottom: 0px;
	height: 80px;
}
body {
	background-attachment: scroll;
	background-position: 0px 0px;
	background-image: url(Images/background_wall.jpg);
	margin:0;
	padding:0;
	height:100%;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.product_toptr {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD4C1;
}
.product_btn {
	padding: 10px;
	border: 1px solid #ddd4c1;
}

