div#map_container {
		width: 566px;
		height: 333px;
		overflow: hidden;
		position: relative;
		left: 0px;
		top: 0px;
		background: #F7C42A;
	}

img#world_map {
	width: 566px;
	height: 333px;
	position: absolute;
	z-index: 1
}

div#back {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background: #111;
	text-transform: uppercase;
	display: none;
}

div#back:hover {
	background: #333;
}

div.continent {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	display: block;
	text-indent: -9000px;
	width: 30px;
	height: 30px;
	background-image: url(http://weresq.org/themes/irctheme/images/irc_arrow.gif);
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#North-America {
	left: 94px;
	top: 131px;
}

div#South-America {
	left: 160px;
	top: 224px;
}

div#Europe {
	left: 269px;
	top: 106px;
}

div#Asia {
	left: 375px;
	top: 129px;
}

div#Africa {
	left: 286px;
	top: 183px;
}

div#Australia {
	left: 459px;
	top: 242px;
}

a.map_link {
	display: none;
	color: #fff;
	text-decoration: none;
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 10px;
	z-index: 3;
	background: url(http://weresq.org/themes/irctheme/images/mappoint_white.png) no-repeat 0 0;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
}

a.surge {
	background: url(http://weresq.org/themes/irctheme/images/mappoint_grey.png) no-repeat 0 0;
	z-index: 2;
}

a.map_link:hover {
	background-position: 0 -12px;
}

div#title {
	position: absolute;
	z-index: 5;
	width: 566px;
	height: 20px;
	left: 0;
	top: 0;
	text-align: center;
	background: url(http://weresq.org/themes/irctheme/images/title_bg.png) repeat;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	display: none;
}

a#Namibia_Surge {
	left: 289px !important;
}

a#Papua_New_Guinea_Surge {
	left: 544px !important;
	top: 281px; !important;
}

a#Malta_Surge {
	left: 198px !important;
	top: 229px !important;
}

a#Sweden_Surge {
	left: 198px !important;
}

a#Charlottesville_US_Program {
	top: 191px !important;
}

a#Washington_DC_Government_Relations {
	top: 187px !important;
}

a#SeaTac_Seattle_Regional_Program {
	left: 170px !important;
	top: 130px !important;
}

a#Oakland_San_Francisco_Regional_Program {
	top: 186px !important;
}

a#San_Francisco_US_Program {
	left: 158px !important;
	top: 181px !important;
}

a#Turlock_San_Francisco_Regional_Program {
	left: 177px !important;
	top: 182px !important;
}
a#San_Jose_US_Program {
	left: 168px !important;
	top: 193px !important;
}

a#Baltimore_US_Program {
	left: 386px !important;
}

a#Linden_New_York_Regional_Program {
	left: 384px !important;
}

a#New_York_US_Program {
	left: 401px !important;
}
