		#map-wrapper {
		padding-top: 40px;
		}
		
		#map {
			width: 670px;
			margin: 0 auto;
			padding: 0;
			background: url(/images/LLC/worldmap.jpg);
			height: 330px;
		}
		
		#map li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
		
		#map li a {
			color: #ecddb4;
			text-decoration: none;
			font-size: 1.5em;
			outline: none;
			display: block;
		}
		
		#map li span {
			font-style: normal;
		}
		
		#map-wrapper ul {
			list-style: none;
			margin-top: 30px;
		}
		
		#map-wrapper ul li {
			float: left;
		}
		
		#map-wrapper ul li a {
			width: 100px;
			height: 100px;
			display: block;
			color: #ecddb4;
		}
		
		#map li a span {
			position: relative;
		}
		
			
		/* === Africa area ===================== */
		
			ul li#africa a {
				width: 123px; height: 129px; position: absolute; top: 141px; left: 289px; z-index: 2;
			}
			ul li#africa a:hover {
				background: url(/images/LLC/worldmap.jpg); background-position: -289px -471px;
			}
			ul li#africa a span {
				padding: 2px 24px; text-align: center; width: 90px; position: relative; left: -81px; top: -171px; text-decoration: underline; background: #673b09; border: solid 1px #583207;
			}
		
			ul li#africa a:hover span {
				background: #261500; border: solid 1px #b4732e;
			}
		
			
		/* === Americas area ===================== */
			
			ul li#americas a {
				width: 293px; height: 296px; position: absolute; top: 16px; left: 8px;
			}
			ul li#americas a:hover {
				background: url(/images/LLC/worldmap.jpg); background-position: -8px -676px;
			}
			ul li#americas a span {
				padding: 2px 24px; text-align: center; width: 90px; position: relative; left: 81px; top: -46px; text-decoration: underline; background: #673b09; border: solid 1px #583207;
			}
		
			ul li#americas a:hover span {
				background: #261500; border: solid 1px #b4732e;
			}
		
		
			
		/* === Asia area ===================== */
			
			ul li#asia a {
				width: 338px; height: 205px; position: absolute; top: 23px; left: 301px;
			}
			ul li#asia a:hover {
				background: url(/images/LLC/worldmap.jpg); background-position: -301px -1013px;
			}
			ul li#asia a span {
				padding: 2px 24px; text-align: center; width: 90px; position: relative; left: 2px; top: -53px; text-decoration: underline; background: #673b09; border: solid 1px #583207;
			}
		
			ul li#asia a:hover span {
				background: #261500; border: solid 1px #b4732e;
			}
		
			
		/* === Europe area ===================== */
			
			ul li#europe a {
				width: 134px; height: 124px; position: absolute; top: 25px; left: 302px;
			}
			ul li#europe a:hover {
				background: url(/images/LLC/worldmap.jpg); background-position: -302px -1345px;
			}
			ul li#europe a span {
				padding: 2px 24px; text-align: center; position: relative; left: 84px; top: -55px; text-decoration: underline; background: #673b09; border: solid 1px #583207;
			}
		
			ul li#europe a:hover span {
				background: #261500; border: solid 1px #b4732e;
			}
		
		
			
		/* === Pacific area ===================== */
		
			ul li#pacific a {
				width: 130px; height: 86px; position: absolute; top: 208px; left: 506px;
			}
			ul li#pacific a:hover {
				background: url(/images/LLC/worldmap.jpg); background-position: -506px -1858px;
			}
			ul li#pacific a span {
				padding: 2px 24px; text-align: center; position: relative; left: -18px; top: -238px; text-decoration: underline; background: #673b09; border: solid 1px #583207; 
			}
		
			ul li#pacific a:hover span {
				background: #261500; border: solid 1px #b4732e;
			}
