.mapLeft {
	width: 19px;
	height: 600px;
	display:block;
	background: url('/images/map/map_bg_left.jpg') no-repeat;
}
.mapRight {
	width: 19px;
	height: 600px;
	display:block;
	margin-left: -18px;
	background: url('/images/map/map_bg_right.jpg') no-repeat;	
}
.mapCenter {
	height: 600px;
	background: url('/images/map/map_bg.jpg') repeat-x;
	padding-bottom: 20px;
}
body {
	background-color:#F8F8F8;
}
