body {
	font-family: Gill Sans, Verdana;
	background-color: black;
	color: white;
	font-size: medium;
	text-align: center;
}

a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

div.country {
	height: 48px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	background-image:url(shadowmask.png);
}
div.country a {
	line-height: 48px;
	vertical-align: middle;
	display: block;
}
div.headline {
	float:right;
	clear:right;
	background-color: #222;
	//width: 300px;
	width: 170px;
	text-align: left;
	margin-left:50px;
	margin-right:50px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 10px;
	border: 1px solid #888;
}
div.about {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: smaller;
	margin-bottom: 10px;
}
div.aboutlink {
	margin-top: 50px;
}

#footer {
	margin-top: 30px;
	font-size: 8pt;
	color: #aaa;
	text-align: center;
}
#footer a {
	color: #aaa;
}
