body{
	background:url("image/bg.jpg");
	margin:0;
}

a img{border:0}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#container{
	margin:40px auto;
	width:822px;
	height:600px;
	background:url("image/menu_bg.jpg");
	background-repeat: no-repeat;
	position:relative;
}

.menu{
	position:absolute;
	top:70px;
	left:92px;
	}

.menu td{
	height:155px;
}

.menu_top{
	text-align:center;
}

.menu_left{
	text-align:left;
}

.menu_right{
	text-align:right;
}