@charset "utf-8";
/* CSS Document */

.number {
	text-align:center;
	padding:10px;
}
#distributors {
	text-align:center;
}
#distributors a img {
	margin:15px;
	border:0;
}
#products {
	height:400px;
}
.productImg {
	width:300px;
	float:left;
	text-align:center;
}
.productDescription {
	width:360px;
	float:right;
}