﻿/* Publitics */

@font-face
{
	font-family: Harabara;
	src: url(Harabara.woff) format("woff");
}


body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	background: #f33100;
}

a
{
	color: white;
}

#imprint
{
	position: absolute;
	bottom: 25px;
	right: 25px;
}

#message
{
	font-family: Harabara;
	font-size: 40pt;
	text-align: center;
	color: white;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 70px;
	margin-left: -300px;
	margin-top: -35px;
}