

#siteContainer {
				position: relative;
				width: 837px;
				margin: 0px auto 0px auto;
				/*text-align: left;*/
				}

				#siteInnerContainer {
							position: relative;
							width: 837px;
							float:left;
							left: 0px;
							top: 0px;
							}
						
							#siteInnerContainer #map{ 
								position: absolute;
								width: 205px;
								height: 48px;
								left: 474px;
								top: 194px;
								display: block;
								z-index: 100;
							}

