/* Home */

#wrapper
{
	background: url(../images/bg-merchandise.jpg) no-repeat 0px 50px;
}
a.purchaseBtn
{
	background: #af5150;
}
h1
{
	color: #ddcfa4;
}
.productImage
{
	border-top: 1px solid #EFEFEF;
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 10px;
}

