#header,#footer {
	display: none;
}

#center {
	height: 0;
	margin-top: 240px;
	width: 100%;
	position: relative;
	float: left;
}

img#logo {
	float: left;
	margin: 150px 20px 0 0;
	position: absolute;
	margin-top: -35px;
	left: 0;
	background: none;
	height: auto;
	width: auto;
}

html {
	background: #0e0e0e url(../img/global_bg_repeat.jpg) repeat-x;
	height: 100%;
}

body {
	background: #0e0e0e url(../img/global_bg.png) top center repeat-x;
	height: 100%;
}

* html body {
	background: #0e0e0e url(../img/global_bg.jpg) top center repeat-x;
}

#main {
	background: none;
}

#container {
	background: url(../img/global_map.png) center no-repeat;
	height: 600px;
}

	* html #container {
		background: url(../img/glopbal_map.gif) center no-repeat;
	}

ul li span.language {
	font-size: 9px;
	text-transform: none;
	color: #fff;
	margin: 0 20px;
}

ul li img {
	margin: 0 7px;
}

ul {
	background: url(../img/global_ul_left.png) no-repeat 0 50%;
	float: left;
	padding: 100px 0 100px 25px;
	margin: 50px 0;
	min-height: 85px;
	width: 325px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

ul#regions {
	position: absolute;
	left: 100px;
	margin-top: -143px;
}

#countries {
	position: absolute;
	left: 450px;
	width: 400px;
	margin-top: -143px;
}

#countries ul {
	width: 440px;
}

ul li {
	line-height: 12px;
	margin-bottom: 12px;
}

#countries ul li {
	width: 200px;
	float: left;
}


ul li a {
	color: #fff;
}

ul li a:hover,
ul li a.active {
	color: #E61212;
}