.main-container {
	width: 843px;
}

#map-container {
	height: 200px;
	margin:0px -7px;
}



.world-map {
	background-image: url('/images/img_dmaphome.png');
	width: 293px;
	height: 120px;
}

.canada, .n-america, .c-america, .s-america, .europe, .middle-east,
.africa, .asia, .s-pacific {
/*	background-color: black;*/
	position:absolute;
	cursor: pointer;
}

.n-america {
	height:26px;
	left:16px;
	top:18px;
	width:100px;
}


.s-america {
	height:27px;
	left:47px;
	top:77px;
	width:94px;
}

.europe {
	height:26px;
	left:142px;
	top:13px;
	width:58px;
}


.africa {
	height:25px;
	left:142px;
	top:53px;
	width:44px;
}

.asia {
	height:25px;
	left:219px;
	top:22px;
	width:35px;
}

.s-pacific {
	height:24px;
	left:209px;
	top:80px;
	width:88px;
}

.teammate {
	margin-bottom: 16px;
}

.teammate-photo {
	margin-right: 8px;
}

.teammate h2 a {
	font-weight: bold;
}
