div.city {
	z-index: 2;
}

div.city#bris {
	position: absolute;
	top: 635px;
	left: 560px;
}

div.city#well {
	position: absolute;
	top: 680px;
	left: 625px;
}

div.city#lon {
	position: absolute;
	top: 398px;
	left: 142px;
}

div.city#tok {
	position: absolute;
	top: 455px;
	left: 530px;
}

div.city#sing {
	position: absolute;
	top: 567px;
	left: 433px;
}

div.largeCity {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 50px;
	position: absolute;
	height: 160px;
	width: 150px;
	display: none;
	z-index: 10;
	font-size: 11pt;
}

div.largeCity div.company {
	margin-top: 30px;
	font-weight: bold;
	white-space: nowrap;
}

div.largeCity a, div.largeCity a:hover, div.largeCity a:visited {
	color: #00f;
	font-size: 8pt;
}

img#global-map {
	position: absolute;
	top: 120px;
	left: 110px;
	width: 1150px;
	background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF);   /* IE6 & 7 */      
    zoom: 1;
}

a#location {
	position: absolute;
	top: 380px;
	left: 1095px;
}

a#back {
	position: absolute;
	top: 380px;
	left: 10px;
}