#head{
	border: 0px solid #000000;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	background:#756E6F;
	width:100%;
}

#index_logo{
  background:url("../img/index_logo.jpg") no-repeat center center;
  /*width:840px;*/
  height:355px;
}

#index_logo table{
  /*width:600px;*/
}

#index_logo table td{
  text-align:center;
  width:125;
}

#index_logo table td a{
  font-weight:bold;
  text-decoration:none;
  color:#ccc;
  display:block;
  width:100px;
  text-align:center;
  padding:0 0 5px 0;
  margin:auto;
  border-bottom:solid 1px #756E6F;
  font-size:12px;
}

#index_logo table td a:hover{
  border-bottom:solid 1px #ccc;
  color:#eee;
}
