body {
	margin: 0;
}

#OuterShell {
	overflow: hidden;
	width:100%;
	height: 100%;
}

#main {
	background: url(img/home/home_bg.jpg) left top no-repeat scroll;	
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	margin: 0 0 59px 0;
	position: relative;
	top: 145px;
}

#navigation {
	float: left;
	width: 161px;
	background: url(img/home/menuBottom.jpg) 0 188px no-repeat scroll;	
}

.homeBox {
	overflow: hidden;
	/*width: 100%;*/
}

#homeMap {
	margin: 0 0 0 1px;	
	position: relative;
}

#bottom {
	height: 59px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
}

#top {
	height: 145px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
}


