body {
	background-color:#ffffff;
}

#container {
	position: absolute;
	left: 210px;
}

.product {
	position: relative;
	padding: 20px 0 325px 0;
}

.content {
	margin: 0 0 0 30px;
	float: left;
}

.image {
	background-color:#000000;
	margin: 0 0 0 0;
	float: left;
}

img {
	width: 260px;
	height: auto;
}

.pdf {
	position: relative;
	margin: 20px 0 0 0;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Optional: set a width if the image is full-width by default */
  width: 260px;
}