@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

#header {
	background-color: #e49101;
	height: 145px;
}
#header img.logo {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;	
}
#header img.europa {
	float: right;	
}
#content {
	text-align: center;
	position: relative;
	top: 30px;
}
#footer {
	text-align: center;
	position: relative;
	top: 70px;	
}
#footer2 {
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 85px;		
}
#footer2 a {
	text-decoration: none;	
	color: 	#666;
}