ul#map { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 526px;
	background: url(../images/north-america.gif) no-repeat;
	float: left;
}
ul#map li { 
	margin: 0;
}
ul#map li a { 
	display: block;
	height: 255px;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
div#body div.footer img.corner { 
	position: absolute;
	bottom: 2px;
	right: -12px;
}
