@charset "UTF-8";

/**
 * CSS Stile für Kulturdesign
 *
 * @author		Florian Ilch <post@fainomenal.de>
 * @copyright	Copyright 2009, Florian Ilch. All rights reserved.
 * @link		http://www.fainomenal.de
 * @package		de_kulturdesign
 * @version		0.1
*/

*{margin:0;padding:0;border:0;}

html{
	height: 	100%;
	background: black;
}

body{
	position:	relative;
	font:		normal .75em 'arial', serif;
	color:		white;
	height:		100%;
}

h1{
	display:	none;
}

#splash{
	position:	absolute;
	left:		50%;
	top:		50%;
	margin-left:	-420px;
	margin-top:		-354px;
}

/*
#lbBottomContainer{
	background:	#ccc;
}

#lbBottom{
	border-color:	#ccc;
}
*/

#lbBottomContainer{
	padding-top:	.5em;
}

#lbBottom{
	font-size:	1.2em;
}