body { }

#buttons {
	display: block;
	width: 600px;
	margin: 0px 40px 0px 40px;
	float: left;
	text-align: centre;
}

#buttons a {
	/* Incase link styling is required i.e. hover / active states */
}

#buttons li {
	float: left; width: 130px; height: 240px;
	display: block; padding: 0; margin: 5px;
	background: url(/prodBg.png) no-repeat;
}

#buttons img {
	border: none;
	margin: 10px auto 0 auto;
	height: 200px;
	width: 110px;
}