html {
  background: #3d2a1c url(../images/ss20_bg_dark.jpg) no-repeat;
  /*background: #abd0bc;*/

}

body {
  color: #f2efdf

}

a {
	color:#8e7657;
}

p.footer {
  text-align: center;
  font-size: 9px;
}

#quote {
  /*padding: 10px;*/
  /*background: #5d4833;*/
}

div.hr {
  height: 32px;
  background: transparent url(../images/ss20_scroll.png) no-repeat scroll center;
  margin-top: 100px;
}
div.hr hr {
  display: none;
}

.store {
	text-align: center;
}

.frame span {
	position: absolute;
	top: -20px;
	left: -45px;
	background-image: url(../images/ss20_image_frame.png);
	overflow: hidden;
	height: 400px;
	width: 330px;
}

div.frame {
	position: relative;
	padding: 5px 0px 0px 30px;
	height: 400px;
	width: 330px;
}

blockquote {
/*	width: 400px;*/
	margin: 0px auto;
	padding: 10px;
}

blockquote p {
padding-left:25px;
padding-right:5px;
}
