.content, .footer {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    width: 800px;
    margin: 10px auto;
}
.content h1 {
    text-align: center;
}
.footer {
    margin-top: 100px;
    font-size: 11px;
    color: #777;
}
.logo {
    height: 33px;
    line-height: 25px;
    display: block;
    float: left;
    margin: 6px 0 0 1px;
    outline: none;
    font-size: 22px;
    color: #005d98;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: -1px;
    width: 165px;
    padding: 10px 5px 0 5px;
    text-align: left;
}
.flag {
    display: inline-block;
    margin-right: 3px;
}
a.logo:hover, a.logo:active {
    text-decoration: none;
    color: #008feb;
}
h2, h1, h3, h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
h1, h2 {
    font-weight: 200;
}
.flag {
	width: 16px;
	height: 11px;
	background:url(../img/flags.png) no-repeat
}

.flag.flag-ee {background-position: -16px 0}
.flag.flag-gb {background-position: -32px 0}
.flag.flag-lt {background-position: 0 -11px}
.flag.flag-lv {background-position: -16px -11px}
