/* CSS Document */

body {margin:0 auto; width:100%; background:url(img/bg_country_02.jpg) no-repeat #000; font-size:10px; font-family: Arial, Helvetica, sans-serif; color:#fff;}
#all {width:100%; height:592px;}
#container {padding-left:745px; color:#FFF; text-align:right; text-transform:uppercase; padding-top:45px; width:300px; position:relative;}
#container .titolo {display:block; padding-top:65px; padding-bottom:30px;}
#countries{width:257px;}
#countries ul{margin:0; padding:0;}
#countries ul li {list-style:none; height:1%; margin-bottom:7px;}
#countries ul li a {color:#fff; text-decoration:none; background:none; display:block; padding:0;}
#countries ul li a:hover {color:#fff; text-decoration:none; background:#868586; display:block;}
ul.left {float:left; width:100px;}
ul.right {float:right; width:100px;}
#countries ul li a.filetto {/*border-top:1px solid #d9dadb;*/}
#footer {font-size:10px; font-family: Arial, Helvetica, sans-serif; clear:both; color:#4d4f53; position:absolute; left:50px; top:640px;}

/* claerfix */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* nascondi da IEmac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* chiudi commento IE */
.clear_both {clear: both;height:0.000001em;margin:0;padding:0;}