*{margin: 0;padding: 0;}
img{border: none;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #000;
}
#pMovRound{
	width: 700px;
	height: 500px;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -350px;
}
#pMovRound a{
	position: absolute;
	width: 120px;
	cursor:pointer;
}
#pMovEarth{
	width:520;
	height:520;
	position:absolute;
	left:50%;
	top: 20%;
	margin-left: -260px;
}
.pMovTooltip
{
	border: 1px solid #000;
	background-color: #444;
	padding: 4px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}
.pMovTooltip #tooltipTitle
{
	font-weight: bold;
}
