/* CSS Document */

body {
	background: #1e1d1d;
	color: #202020;
}

div#container {
	background:url(../images/Map.png);
	width: 1392px;
	height: 721px;
	margin: 10px auto;
	overflow: hidden;
}

div#container a#seattle {
	width: 30px;
	height: 26px;
	margin-top: 149px;
	margin-left: 233px;
	display: block;
}

div#container a#seattle:hover {
	background: url(../images/seattle.png) no-repeat;
}

div#container a#newYork {
	width: 33px;
	height: 32px;
	margin-top: -9px;
	margin-left: 381px;
	display: block;
}

div#container a#newYork:hover {
	background: url(../images/newYork.png) no-repeat;
}

div#container a#zambia {
	width: 50px;
	height: 46px;
	margin-top: 197px;
	margin-left: 738px;
	display:block;
}

div#container a#zambia:hover {
	background: url(../images/zambia.png) no-repeat;
}

div#container a#australia {
	width: 158px;
	height: 147px;
    margin-left: 1071px;
    margin-top: -36px;
	display:block;
}

div#container a#australia:hover {
	background: url(../images/australia.png) no-repeat;
}

div#container a#newZealand {
	width: 72px;
	height: 55px;
 	margin-left: 1225px;
    margin-top: -42px;
	display:block;
}

div#container a#newZealand:hover {
	background: url(../images/newZealand.png) no-repeat;
}

div#container div#text {
	margin-left: 800px;
    margin-top: -40px;
	width: 350px;
}

h1 {
	color: #202020;
	font-size: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin-bottom: 2px;
}

a {
	color: #002060;
}