html body #content .main .cont {
	overflow-y:hidden;
	position: relative;
}

html body #content .main a.link1 {
	display: block;
	position:absolute;
	width: 284px;
	height: 31px;
	top: 285px;
	left: 160px;
	z-index: 120;
	opacity: 0.8;
  	filter: alpha(opacity=80);
}

html body #content .main a.link2 {
	display: block;
	position:absolute;
	width: 284px;
	height: 31px;
	top: 316px;
	left: 160px;
	z-index: 120;
	opacity: 0.8;
  	filter: alpha(opacity=80);
}
html body #content .main a.link3 {
	display: block;
	position:absolute;
	width: 284px;
	height: 31px;
	top: 347px;
	left: 160px;
	z-index: 120;
	opacity: 0.8;
  	filter: alpha(opacity=80);
}
