* {
	padding:0;
	margin:0;
}
html {
	height:100%;
}
body {
	text-align:center;
	background:#06035E;
	height:100%;
	font:11px Arial, Helvetica, sans-serif;
}

#header {
	background:#06035E url(../images/header2.jpg) no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin:0 auto;
	height:60px;
	width:950px;
}

#countries {
	background:url(../images/img_background2.jpg) no-repeat;
	min-height:430px;
	text-align:left;
	margin:0 auto;
	width:950px;
	_height:430px;
	margin:-0px auto 0 auto;
	_margin:0 auto;
}
#countries #box {
	padding:0 0 8px 0;
	p/osition:relative;
	margin:32px 0 0 32px;
	overflow:hidden;
	width:886px;
	top:68px;
	
}
#country_container{
	height: 430px;
	background:url(../images/img_background_dark2.jpg) no-repeat 0 8px !important;/*#373955;*/
}
#countries ul {
	margin-top:2px;
	padding: 10px 0  10px 18px;
	list-style:none;
	width:203px;
	float:left;
	height: 200px;
}

#countries ul a {
	background:url(../images/link_arrow_red.gif) no-repeat 0 50%;
	text-decoration:none;
	padding:0 0 0 18px;
	font-weight:bold;
	color:#FFF;
}
#countries a:hover {
	text-decoration:underline;
}
#preference {
	color:#fff;
	font-size:130%;
	font-weight:bold;
	overflow:hidden;
	background-color:#373955;
	padding:10px;
	zoom:1;
	margin: 33px 0 15px 0;
	_margin: 2px 0 15px 0;
	background-image: url(../images/img_background_pref_dark2.jpg);
}
#left {
	float:left;
}
#right {
	float:right;
}
#preference a {
	color:#fff;
	text-decoration:none;
}
#preference a:hover {
	text-decoration:underline;
}
#preference img {
	border:none;
	vertical-align:middle;
	margin-left:6px;
}
