html, body {
	background: #014782;
	*background: #003c77;
}

div.countryBackground {
	width: 100%;
}

div.countryBackgroundLeft {
	width: 50%;
	*width: 49.9%; /* IE */
	height: 1000px;
	background: transparent url(assets/bg_country_left.png) repeat-x;
	float: left;
}

div.countryBackgroundMiddle {
	width: 100%;
	background: transparent url(assets/bg_country_middle1.png) no-repeat center;
	float: left;
	*float: none;
	position: relative;
	*z-index: 100;
}

div.countryBackgroundRight {
	width: 50%;
	*width: 49.9%; /* IE */
	background: transparent url(assets/bg_country_right.png) repeat-x;
	float: left;
	*float: right; /* IE */
}

div.countrySelection {
	width: 1000px;
	height: 560px;
	margin: 80px auto 0px;
	background: transparent url(assets/bg_country_main.png) no-repeat center;
	behavior: url(lib/script/iepngfix.htc);
}

div.selectContent {
	width: 100%;
	height: 412px;
	background: transparent url(assets/country_ad.jpg) no-repeat center;
	position: relative;
	top: 86px;
	left: -1px;
}

div.areas {
	width: 830px;
	margin: 0 auto;
	position: relative;
	top: 196px;
}

div.nAmerica {
	
	width: 360px;
	float: left;
}

div.sAmerica {
	
	width: 360px;
	float: right;
}

div.europe {
	
}

div.continent h2 {
	margin-top: 20px;
	height: 20px;
	behavior: url(lib/script/iepngfix.htc);
}

div.continent h2 span {
	margin-left: -5000px;
}

div.continent ul li {
	float: left;
	background: transparent url(assets/country_btn_out.png) no-repeat;
	behavior: url(lib/script/iepngfix.htc);
	padding-top: 7px;
}

div.continent ul li a {
	
	display: block;
	
	width: 116px;
	height: 26px;
	margin: 1px;
	
	
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
}

.nAmerica h2 {
	background: transparent url(assets/country_area_na.png) no-repeat;
}

.sAmerica h2 {
	background: transparent url(assets/country_area_sa.png) no-repeat;
}

.europe h2 {
	background: transparent url(assets/country_area_eu.png) no-repeat;
}

div.phone {
	width: 99px;
	height: 174px;
	background: transparent url(assets/country_phone.png) no-repeat;
	behavior: url(lib/script/iepngfix.htc);
	position: relative;
	left: 21px;
	float: right;
}