/* ================================================================================
 * 
 * @project uebelst.NET
 * @version 1.0
 * @author David Hellmann
 * @copyright 2009 by David Hellmann - Grafikdesign, Webdesign, Webentwicklung
 * 
 * 
 * @colordef #000 Farbton/Beschreibung (Einsatzort)
 *
================================================================================ */

* {
	padding:0;
	margin:0;	
	border:0;
	text-decoration:none;
	list-style:none;
}

body, html {	
	background: url(bgdark.png) center center repeat;
}

.wrapper {
	position: absolute;
	left:50%;
	top: 50%;
	margin: -54px 0 0 -490px;
	background: url(slogan.png) center center no-repeat;
	width: 980px;
	height: 54px;
}