body{
	background:url(bg.jpg) no-repeat no-repeat center center fixed; 
	font-family:Open Sans, Georgia,sans-serif;
	background-color: #2d2d2d;
	color:#333333;
	position: fixed;
    width: 100%;
    height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
	}


#wrapper{
	width:40%;
	margin:0 auto;
	}
	
#logo{
	background:url(logo.png) no-repeat center;
	height:163px;
	padding:20px;}
	
#title h1{
        font-size:40px;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin-top:10px;}

#content{
	width:516px;
	margin: 0px auto;
    }
	
#title h3{
	color:#fff;
	text-align:center;
	font-weight:500;}



#content .country{
	float:left;
	width:130px;
	margin:0px;
	padding:21px;
	text-align:center;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.6);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3332FA32,endColorstr=#3332FA32); /* IE6&#8211;IE9 */
	}
	
#content .country h3{
        text-align:center;
	margin:0;
	font-weight:500;
	font-size:16px;
	}
	
#content .country a{
	color:#333333;
	text-decoration:none;
	}
	
#content .country a:hover{
	color:#0d8658;
	text-decoration:none;
	}





	


