body{
	margin: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:100%;
	height:100%;
}

p	{
	padding-top: 30px;
	text-align: center;
	font-family: 'Hiruko-Black';
	font-size: 18px;
    letter-spacing: 1px;
	color: #ffffff;
}

#bild{
	height: 300px;
	width: 300px;
	display: block;
    top: 47%;
	left: 50%;
	margin-left: -170px;
	margin-top: -210px;
	position: absolute;
	z-index: 1;
}

#social{
	width: 30px;
	height: 90px;
	position: absolute;
	z-index: 999;
	display: block;
top: 47%;
left: 100%;
margin-left: -30px;
margin-top: -80px;
position: absolute;
}

a img{
	border: 0 none;
}


@font-face {
  font-family: 'Hiruko-Black';
  src: url('Hiruko-Black.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hiruko-Black';
  src:  url('Hiruko-Black.otf')  format('opentype'),
	    format('woff'), url('Hiruko-Black.ttf')  format('truetype'), url('Hiruko-Black.svg#Hiruko-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}