@charset "utf-8";
/* CSS Document */

#country {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding: 0px;
	height: 98px;
	width: 445px;
	position: absolute;
	top: 1px;
	left: 512px;
	background-image: url(images/transparent-40pc.png);
	background-repeat: repeat;
}
#flag {
	height: 65px;
	width: 100px;
	left: 350px;
	top: 30px;
	position: absolute;
	filter:alpha(opacity=50); opacity:0.5;
}
