/*
----------------------------
www.bernharddorn.de
author:bdorn@bernharddorn.de
D I S P L A Y
V.2006-09-17
----------------------------
*/

/*
-----------------------
Globale Layout-Steuerung
-----------------------
*/

body
{
	padding: 0;
	margin: 0;
	color: #000000;
	background-color:#000000;
	/*text-align: center;*/
}

/* 
Steuert die Zentrierung!
*/
#wrap
{
	text-align: left;/*löst die Zentrierung vom Body wieder auf*/
	width: 100%; /*Steuert, ob feste Breite, oder flexibel*/
}

#raupi{
	position:absolute;
	bottom:0;
	right:0;
}