table
{
		border-collapse: collapse;
		background-repeat: no-repeat;
}

td.main:hover
{
		background-color: white;
		opacity: 0.3;
		filter: alpha(opacity=30);
}
