#main_content {
	width: 472px;
	padding: 1em 0;
	margin: 0 auto;
	position: relative;
}
#globe_bg {
	width: 472px;
	height: 250px;
	overflow: hidden;
	background: #3d8e09;
	position: relative;
	left:-70px;
}
#world_map {
	height: 250px;
	overflow: hidden;
	width: 944px;
	position: relative;
	top: 0;
	left: 0;
}
#world_map img {
	display: block;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	width: 472px;
	height: 250px;
}
#globe_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 472px;
	height: 250px;
	background: url(../images/globe_fr.png) no-repeat 0 0;
}
#controls {
	background: #FFF;
	padding: 1em 125px;
	overflow: hidden;
	zomm: 1;
}
#controls a {
	display: block;
	float: left;
	width: 80px;
	color: #FFF;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875em;
	padding: 3px;
	text-align: center;
	background: #2b929b;
	display: inline;
}
