body {
	background-color: white;
	margin: 0;
	text-align: center;
}
#main_wrapper
{
	position: absolute;
	width: 100%;
	top: 0px;
	margin-left:-50%;
	left: 50%;
}
#main {
	text-align: left;
	position: relative;	
	width: 666px;
	height: 321px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/stage2.gif') no-repeat top;
	color: white;
	z-index:10;
}
#webmaster
{
	position: relative;
	z-index: 100;
}
.links {
}
.hmm {
float: right;
width: 100px;
}
#header {
position: absolute;
top: 0px;
left: 0px;
}
#path1
{
position: absolute;
top: 120px;
left: 0px;
width: 307px;
height: 272px;
background: url("../images/path1.gif");
}
#point1
{
position: relative;
top: 245px;
left: 300px;
width: 36px;
height: 38px;
background: url("../images/point.gif");
}
#path2
{
position: absolute;
top: 0px;
left: 150px;
width: 353px;
height: 177px;
background: url("../images/path2.gif");
}
#point2
{
position: relative;
top: 55px;
left: 320px;
width: 36px;
height: 38px;
background: url("../images/point.gif");
}
#path3
{
position: absolute;
top: 65px;
left: 140px;
width: 270px;
height: 240px;
background: url("../images/path3.gif");
}
#point3
{
position: relative;
top: 230px;
left: 140px;
width: 36px;
height: 38px;
background: url("../images/point.gif");
}
.point  a
{
	display: block;
	position: absolute;
	top: 8px;
	left: 38px;
	width: 200px;
	background-color: transparent;
}
.hidden
{
visibility: hidden;
}
