/* GUI Styles */
#ThreeWorkers_Div {
	background-repeat:no-repeat;
	position: absolute;
	top:90px;
	left:1000px;
	width:485px;
	height:535px;
	z-index:2;
}

.ThreeWorkers {
	background-repeat:no-repeat;
	background-position:top;
	width:485px;
	height:535px;
}

#Logo_Top_Div {
	background-repeat:no-repeat;
	position: absolute;
	top:110px;
	left:185px;
	width:144px;
	height:116px;
	z-index:3
}

.LogoTop {
	background-repeat:no-repeat;
	background-position:top;
	width:144px;
	height:116px;
}

#OneWorker_Div {
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:1000px;
	width:462px;
	height:550px;
	z-index:2;
}

.OneWorker {
	background-repeat:no-repeat;
	background-position:top;
	width:462px;
	height:570px;
}