

/* styles that define the main table structure */
.tdLeft {
	background-image: url(./assets/images/index_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
.tdRight {
	background-image: url(./assets/images/index_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}

.tdContent a:hover { color: #C800C8; }


