#wrap {
  position: relative;
  min-width: 300px;
  width: 800px;
  max-width: 90%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
}

h1 {
	font-size: 65px;
	line-height: 80px;
	font-weight:lighter;
	margin: 20px 0 10px 0;
}
#content h2 {
	font-size: 25px;
}

.flag {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 32px;
	height: auto;
}	


.info {
	position: relative;
	min-height: 80px;
	text-align: center;
	color: #002060;
	margin: 0 0 70px 0;
}

.description {
	font-style: italic;
	margin-bottom: 70px;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #00b050;
}
.bold {
	font-weight: bold;
}	


body { 
	font-family: Calibri;	
	line-height: 24px;
	font-size: 20px;
	color: #a6a6a6;
	margin: 0 0 40px 0;  
	padding: 0; 
}

a, a:visited{	
	color: #002060;
	text-decoration: none;
}

a:hover {
	color: #a6a6a6;
	text-decoration: underline;
}
