body {
    margin: 0;
	padding: 0;
	background: #0D3266;
}

#header {
    width: 100%;
}

#logo {
	display: inline-block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('header_mobile.png'); 	
}

#logo-inner {
	display: block;
	height: 0;
	padding-top: 56.9%;
}


#content {
    width: auto;
	margin-top: 30px;
}

#content a {
    margin-bottom: 20px;
	color: #ffffff;
	background: #0D3266;
	border: 1px solid #63C338;
	display: block;
	padding: 8px 6px;
	text-decoration: none;
	width: 60%;
	text-align: center;
	margin: 0 auto 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

.first-lvl {
    font-size: 22px;
	font-weight: bold;
}

.second-lvl {
    font-size: 18px;
	font-weight: bold;
}

.third-lvl {
    font-size: 16px;
	font-style: italic;
}

#content h1 {
    font-size: 20px;
    margin-bottom: 30px;
	color: #fff;
}

#content h2 {
    font-size: 15px;
    margin-bottom: 30px;
	color: #fff;
}

#content {
    font-size: 12px;
    margin-bottom: 50px;
    color: #fff;
}