.where {
	background-image: url(../images/bg_where.jpg);
	background-repeat: no-repeat;
	background-position: 80% center;
}

#wherewrapper {
	width: 617px;
	height: 435px;
	position: relative;
}


#whereleft {
	position: absolute;
	left: 0px;
	width: 281px;
	height: 414px;
	text-align:left;
	background-image: url(../images/where_left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#whereright {
	position: absolute;
	left: 281px;
	background-image: url(../images/where_right.jpg);
	background-repeat: no-repeat;
	width: 336px;
	height: 435px;
	text-align:left;
}

#text {
	margin: 30px 10px 10px 40px;
}

#chair {
	/* background-image: url(../images/where_chair.jpg);
	background-repeat: no-repeat; */
	width: 196px;
	height: 232px;
	position: absolute;
	left: 111px;
	top: 182px;
	z-index: -10;
}

#nav {
	position: absolute;
	left: 50px;
	top: 414px;
	z-index: 2000;
}

#nav img {
	margin-right: 25px;
	margin-bottom: 5px;
}

#nav img.lastnav {
	margin-right: 0px;
}

