/* Lay out */
.tdLeft {
  width: 50%;
	background-image: url(/images/homepage/index_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
  text-align: right;
}
.tdCenter {
  width: 346px;
	background-image: url(/images/homepage/index_bg_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
  text-align: center;
}
.tdRight {
  width: 50%;
	background-image: url(/images/homepage/index_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
  text-align: left;
}
