#products {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
}
#background {
	background-image: url(images/backgroundpic.jpg);
	height: 271px;
	width: 254px;
	position: absolute;
	z-index: -1;
}


#products .product {
	text-align: left;
	width: 550px;
	border: 1px solid #666666;
	background-color: #F8F1F1;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#products .product p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	font-size: 1.1em;
}
#products .product h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 1.2em;
	background-color: #BD7171;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
