.body {
	background-color: #77b174;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}

.navigator {
	background-color: #77b174;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 768px;
}

.desktop {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 1024px;
	height: 768px;
}

#background {
	width: 1024px;	
	height: 768px;
}

#bg {
	z-index: 0;
}

#fg {
	z-index: 1;
}

