
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: black;
}

a img {
	border: 0px;
}

/* MANUAL COUNTRY SELECT PAGE */
/* CONTENT AREA */
#contentContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -210px;
	width: 759px;
	height: 420px;
}

#contentHeader {
	position: absolute;
	width: 100%;
	height: 188px;
}

#contentMap {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 230px;
	background-image: url(/images/country_select_map.gif);
}

#countrySelect {
	position: absolute;
	top: 65px;
	left: 20px;
	font-family:arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#countrySelectBox {
	margin-top: 5px;
	width: 190px;
	font-size: 12px;
}

#countryHover {
	position: absolute;
	top: 30px;
	left: 267px;
	border: 0px;
}
