@font-face {
	font-family: 'MinidibRegular';
	src: url('minidib-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}

body {
	color: white;
	background-color: #008DD2;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0;
}

#content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.center {
	width: 220px;
	margin-left: 20px;
	padding-bottom: 20px;
	text-align: right;
}

h1, h2 {
	width: 220px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: "MinidibRegular";
	font-size: 68px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 2px;
}

h2 {
	font-size: 10px;
	margin-top: -5px;
}

.small {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 10px;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

@media only screen and (orientation: landscape) and (max-device-width: 480px) {
	img {
		height: 80px;
	}
}
