body {
	font-family: 'Universe Next', sans-serif;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5c5c5c;
	margin: 0 auto;
	color: white;
	text-align: center;
}

#page	{
	background-image: url(../images/bg_page.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #393939;
	margin: 0 auto;
	max-width: 800px;
	height: 450px;
	text-align: left;
	position: relative;
}

.logo {
	position: relative;
	display: block;
	width: 70%;
	top: 0;
	left: 0;
}

.logo img{
	min-width: 250px;
	display: block;
	max-width: 80%;	
}

.flags {
    text-align: center;
    margin-top: 50px;
}

.flags div {
  display: inline-block;
  text-align: left;
}

.flags > div:first-of-type  {
  margin-right: 50px;
}

.left {

}

.clear {
	clear: all;
}

h2{
	text-transform: uppercase;
	font-size: 1.2em;
}

@media only screen  and (min-width : 1024px) {
    #page {
        margin-top: 160px;
    }
}