@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 955px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 140px;
	width: 955px;
	margin-bottom: 30px;
}
.country {
	display: block;
	float: left;
	height: 150px;
	width: 299px;
	margin-top: 25px;
	margin-right: 19px;
	margin-bottom: 20px;
}
.flag {
	height: 100px;
}
.countryname {
	height: 30px;
	padding-top: 20px;
}
a.countryname {
	display: block;
	height: 30px;
	padding-top: 20px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
