#home {
	margin: 0px;
	padding: 0px;
	background-image: url("../images/blueBg.gif");
	background-repeat: repeat-y;
}

#home #logo {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 350px;
	height: 180px;
	background-image: url("../images/jso.gif");
	background-repeat: no-repeat;
	z-index: 1;
}

#home #image {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 580px;
	height: 370px;
	background-image: url("../images/tools1.gif");
	background-repeat: no-repeat;
	z-index: 2;
}

#home #language {
	position: absolute;
	right: 75px;
	top: 300px;
	width: 580px;
	height: 370px;
	z-index: 3;
}



