@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#licensing {
	background-image: url(licensemap.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 511px;
	background-color: #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#licenseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	bottom: 0px;
}
#licenseText p {
	margin-bottom: 6px;
}

