body {
	margin-top: 50px; /* 50px is the height of the navbar - change this if the navbarn height changes */
}

.full {
  background:url(../images/europe.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#info {
	vertical-align:middle;
	width:30%;
	height:450px;
	float:left;
	left:50%;
	margin:5% 0 0 15%;
	padding:60px 50px;
	background-color:#FFF;
	
}

#flags {
	position:relative;
	width:80%;
	margin:40px 0;
}