/* CSS Document Index_main.html */
body {
	background-image: url(../img/main_background.jpg);
	background-repeat: repeat;
}
td {
	cursor: pointer; cursor:hand;
}
.table_main{
	background-image: url(../img/main_background2.jpg);
	height: 830px;
	width: 844px;
	background-color: #E7FAEA;
}
div.transbox{
  width: 120px;
  height: 20px;
  margin: 1px 1px;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=65);
  /* CSS3 standard */
  opacity:0.65;
  /* for Mozilla */
  -moz-opacity:0.65;
}
div.transbox span{
  margin: 5px 5px;
  color: #000000;
}
