* {
margin: 0px;
padding: 0px;
border: none;
}

a:active, a:focus {
outline: 0;
}

body {
color: #3d3d3d;
background: #fff;
height:101%;
min-height: 101%;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.35;
}

div#header {
width: 100%;
background: #000;
text-align: center;
position: relative;
border-bottom: 5px solid #00aaf0;
height: 213px;
}

div#wrapper {
width: 100%;
background: #fff;
}

div#content {
width: 575px;
margin: 0 auto;
text-align: left;
padding: 30px 0;
 
}

p {
margin-top: 1em;
}

a {
color: #00a9f1;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #de000a;
}

div#language {
position: absolute;
top: 10px;
right: 30px;
font-size: 12px;
}

div#logos {
margin-bottom: 10px;
}

img {
border: none;
}
