#pageDiv {
	position: absolute;
	left: 5px;
	top: 5px;
}

.herbDiv {
	position: absolute;
	left: 10px;
}

.menuDiv {
	position: absolute;
	left: 5px;
	top: 95px;
	width:75px;

}

.pictDiv {
	background: url(../image/button.jpg);
	background-repeat : no-repeat;
	position: absolute;
	left: 0px;
	width: 75px;
	height: 20px;
	}
	
.textDiv {
	position: absolute;
	left: 5px;
	width: 70px;
	height: 20px;
	
	}
	
.hostDiv {
	position: relative;
	left: 0px;
	width: 75px;
	height: 20px;
}
		
